]> git.draconx.ca Git - cdecl99.git/blobdiff - src/declare.c
Consolidate header files.
[cdecl99.git] / src / declare.c
index d5af7149e551570dee37569413eafdcd9553dfe1..4fc9feeebea7f84aa0e0dca21e234bfd7315ce6f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Render C declarations.
- *  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
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #include <config.h>
 #include <stdio.h>
 #include <stdbool.h>
 #include <assert.h>
 
 #include "cdecl.h"
-#include "output.h"
+#include "cdecl-internal.h"
 
 static size_t declare_specs(char *buf, size_t n, struct cdecl_declspec *s)
 {