Move math.h after postgresql.h
authorBruce Momjian
Thu, 13 Jul 2006 20:14:12 +0000 (20:14 +0000)
committerBruce Momjian
Thu, 13 Jul 2006 20:14:12 +0000 (20:14 +0000)
src/backend/executor/nodeHash.c

index cd1c2fd86710ca3457a08bef739556268894bf3a..313efb37049c3953854adf8eaf8690947e41a1c5 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.105 2006/07/13 16:49:15 momjian Exp $
+ *   $PostgreSQL: pgsql/src/backend/executor/nodeHash.c,v 1.106 2006/07/13 20:14:12 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
  *     ExecEndHash     - shutdown node and subnodes
  */
 
-#include 
-
 #include "postgres.h"
 
+#include 
+
 #include "executor/execdebug.h"
 #include "executor/hashjoin.h"
 #include "executor/instrument.h"