]> git.draconx.ca Git - cdecl99.git/blobdiff - src/parse-decl.c
Consolidate header files.
[cdecl99.git] / src / parse-decl.c
index 694f4ab32c3875458b8293f98d619ce3b1be707c..27577038a5dd9879d3bee532322b41a55396ba8a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Parse and validate C declarations.
- * Copyright © 2011-2012, 2020 Nick Bowler
+ * Copyright © 2011-2012, 2020-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
 #include <stdbool.h>
 
 #include "cdecl.h"
-#include "typemap.h"
+#include "cdecl-internal.h"
 #include "parse.h"
 #include "scan.h"
-#include "i18n.h"
-#include "normalize.h"
 
 /*
  * Verify the declaration specifiers of a declaration.  If top is true, treat