]> git.draconx.ca Git - cdecl99.git/blobdiff - src/output.c
Consolidate header files.
[cdecl99.git] / src / output.c
index 8fffd24af2e8129455e9e07f5e2ee4da356a2956..22fc2e9d0e221746a4ba2fef93de0051ac5153a6 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Helper functions for outputting text.
- *  Copyright © 2011 Nick Bowler
+ *  Copyright © 2011, 2021 Nick Bowler
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -19,9 +19,8 @@
 #include <stdio.h>
 #include <assert.h>
 
-#include "typemap.h"
-#include "output.h"
 #include "cdecl.h"
+#include "cdecl-internal.h"
 
 size_t cdecl__advance_(char **buf, size_t *n, size_t amount)
 {