changeset 29889:565ecd919fca

Move config.h before other includes (which may use feature tests).
author Dave Love <fx@gnu.org>
date Fri, 23 Jun 2000 11:35:34 +0000
parents 7bf92eb4131b
children 53f5e0a6e4e3
files lib-src/ebrowse.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ebrowse.c	Fri Jun 23 07:14:06 2000 +0000
+++ b/lib-src/ebrowse.c	Fri Jun 23 11:35:34 2000 +0000
@@ -21,6 +21,10 @@
    along with GNU Emacs; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -28,10 +32,6 @@
 #include <assert.h>
 #include "getopt.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
 /* Conditionalize function prototypes.  */
 
 #ifdef PROTOTYPES		/* From config.h.  */