]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-family/c-pragma.c
Factor unrelated declarations out of tree.h.
[thirdparty/gcc.git] / gcc / c-family / c-pragma.c
index 029ab1e33acebc55be6c550e056c9f65ed5bbbd8..70fb39ae9cfb34cdd64b4f016eb42a0aa78098b0 100644 (file)
@@ -22,6 +22,10 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "tree.h"
+#include "stringpool.h"
+#include "attribs.h"
+#include "varasm.h"
+#include "gcc-symtab.h"
 #include "function.h"          /* For cfun.  FIXME: Does the parser know
                                   when it is inside a function, so that
                                   we don't have to look at cfun?  */