Commit 950c5760 authored by Marc G. Fournier's avatar Marc G. Fournier

rearrange ordering of headers os that postgres.h is first

parent 517c8db8
......@@ -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 $
*
*-------------------------------------------------------------------------
*/
......@@ -18,16 +18,16 @@
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
*/
#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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment