Commit fad1ea86 authored by Bruce Momjian's avatar Bruce Momjian

Move math.h after postgresql.h

parent 10157d4e
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
* ExecEndHash - shutdown node and subnodes * ExecEndHash - shutdown node and subnodes
*/ */
#include <math.h>
#include "postgres.h" #include "postgres.h"
#include <math.h>
#include "executor/execdebug.h" #include "executor/execdebug.h"
#include "executor/hashjoin.h" #include "executor/hashjoin.h"
#include "executor/instrument.h" #include "executor/instrument.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