From 167baebf187f06d1a4a448fa0d02fafb848ccb4d Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 27 Sep 2002 22:08:51 +0000 Subject: [PATCH] Last ChangeLog entry for defs.h is for both this patch and the previous patch. --- gdb/defs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gdb/defs.h b/gdb/defs.h index 2b8fef61445..d13cd699b21 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -40,6 +40,11 @@ #include #endif +/* First include ansidecl.h so we can use the various macro definitions + here and in all subsequent file inclusions. */ + +#include "ansidecl.h" + #include "gdb_locale.h" /* For ``enum target_signal''. */ @@ -54,11 +59,6 @@ #define SEEK_CUR 1 #endif -/* First include ansidecl.h so we can use the various macro definitions - here and in all subsequent file inclusions. */ - -#include "ansidecl.h" - #include /* For va_list. */ #include "libiberty.h" -- 2.30.2