]> granicus.if.org Git - postgresql/commitdiff
rearrange ordering of headers os that postgres.h is first
authorMarc G. Fournier <scrappy@hub.org>
Wed, 19 Feb 1997 14:29:22 +0000 (14:29 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 19 Feb 1997 14:29:22 +0000 (14:29 +0000)
src/backend/optimizer/geqo/geqo_eval.c

index a5f911eb5859ebdc7d8c455074058f10af9600bc..ebf9a8c5188ad089171fd23a7a99135e99e5d487 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: geqo_eval.c,v 1.2 1997/02/19 14:26:42 scrappy Exp $
+ * $Id: geqo_eval.c,v 1.3 1997/02/19 14:29:22 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
    =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
  */
 
+#include "postgres.h"
+
 #include <math.h>
-#if HAVE_LIMITS_H
+#ifdef HAVE_LIMITS_H
 # include <machine/limits.h>
 # define MAXINT        INT_MAX
 #else
 # include <values.h>
 #endif 
 
-#include "postgres.h"
-
 #include "nodes/pg_list.h"
 #include "nodes/relation.h"
 #include "nodes/primnodes.h"