X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/76252467a9696b3d649083e7a8325fd1e14e3d87..0c61f9637a469ac7a28b5a329551b03e6ad14d62:/src/parse-decl.c diff --git a/src/parse-decl.c b/src/parse-decl.c index 694f4ab..2757703 100644 --- a/src/parse-decl.c +++ b/src/parse-decl.c @@ -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 @@ -22,11 +22,9 @@ #include #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