OSDN Git Service

Replace #include <...> with #include "system.h"
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2000 17:59:13 +0000 (17:59 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2000 17:59:13 +0000 (17:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32035 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/thumb.c

index 43e5842..99ea250 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-17  Nick Clifton  <nickc@cygnus.com>
+
+       * config/arm/thumb.c: Replace includes of system headers with
+       #include "system.h".
+
 2000-02-16  Richard Henderson  <rth@cygnus.com>
 
        * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:
index aa24f96..30545e5 100644 (file)
@@ -20,9 +20,8 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#include <stdio.h>
-#include <string.h>
 #include "config.h"
+#include "system.h"
 #include "rtl.h"
 #include "hard-reg-set.h"
 #include "regs.h"