]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genconstants.c
Merge basic-improvements-branch to trunk
[thirdparty/gcc.git] / gcc / genconstants.c
index 9208f0c00092ad7348b8c771e015a44eaf1c8b48..1c08040f8ecce90055ebe16929efbe0ac3f20758 100644 (file)
@@ -26,8 +26,10 @@ Boston, MA 02111-1307, USA.  */
    look at insn patterns, only (define_constants), and we want to
    minimize dependencies.  */
 
-#include "hconfig.h"
+#include "bconfig.h"
 #include "system.h"
+#include "coretypes.h"
+#include "tm.h"
 #include "rtl.h"
 #include "errors.h"
 #include "gensupport.h"