Skip to content

Commit 950c576

Browse files
committed
rearrange ordering of headers os that postgres.h is first
1 parent 517c8db commit 950c576

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/optimizer/geqo/geqo_eval.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
8-
* $Id: geqo_eval.c,v 1.2 1997/02/19 14:26:42 scrappy Exp $
8+
* $Id: geqo_eval.c,v 1.3 1997/02/19 14:29:22 scrappy Exp $
99
*
1010
*-------------------------------------------------------------------------
1111
*/
@@ -18,16 +18,16 @@
1818
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
1919
*/
2020

21+
#include "postgres.h"
22+
2123
#include <math.h>
22-
#if HAVE_LIMITS_H
24+
#ifdef HAVE_LIMITS_H
2325
# include <machine/limits.h>
2426
# define MAXINT INT_MAX
2527
#else
2628
# include <values.h>
2729
#endif
2830

29-
#include "postgres.h"
30-
3131
#include "nodes/pg_list.h"
3232
#include "nodes/relation.h"
3333
#include "nodes/primnodes.h"

0 commit comments

Comments
 (0)