X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3b7ad313e0d7b351c55cf999474b61cdc18ecad1..982f6c7e65f68faed77dd1e69cfa77e7158b77d2:/src/unexsunos4.c diff --git a/src/unexsunos4.c b/src/unexsunos4.c index bdc2033628..76480db9b3 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -1,5 +1,5 @@ /* Unexec for Sunos 4 using shared libraries. - Copyright (C) 1990, 1994 Free Software Foundation, Inc. + Copyright (C) 1990, 1994, 1999 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -43,6 +43,11 @@ Boston, MA 02111-1307, USA. */ * is somewhat abused here) is loaded first! * */ + +#ifdef emacs +#include +#endif + #include #include #include @@ -51,12 +56,6 @@ Boston, MA 02111-1307, USA. */ #include #include -/* Do this after the above #include's in case a configuration file wants - to define things for this file based on what defines. */ -#ifdef emacs -#include -#endif - #if defined (SUNOS4) || defined (__FreeBSD__) || defined (__NetBSD__) #define UNDO_RELOCATION #endif