Move C-related declarations to compile-c.h
[deliverable/binutils-gdb.git] / sim / common / sim-load.c
index 7e29f6c306e51173ba3a5bcbfd3dc90fd5d39d5e..99e2d303e0ee80cae100fe2c6f559c18ddd9f90f 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility to load a file into the simulator.
-   Copyright (C) 1997-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-2018 Free Software Foundation, Inc.
 
 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
@@ -19,7 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
    to suggest that they shouldn't :-)].  */
 
 #ifdef HAVE_CONFIG_H
-#include "cconfig.h"
+#include "config.h"
 #endif
 #include "ansidecl.h"
 #include <stdio.h> /* for NULL */
This page took 0.023114 seconds and 4 git commands to generate.