]> granicus.if.org Git - postgresql/blobdiff - src/bin/pgbench/pgbench.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pgbench / pgbench.c
index e72ad0036e18a4d3e673a1a20548a38829d10777..03bcd2299664eafa97e06a85d3ed3cf5ece68a5d 100644 (file)
 #endif
 
 #include "postgres_fe.h"
-#include "common/int.h"
-#include "common/logging.h"
-#include "fe_utils/conditional.h"
-#include "getopt_long.h"
-#include "libpq-fe.h"
-#include "portability/instr_time.h"
 
 #include <ctype.h>
 #include <float.h>
 #endif
 #endif
 
+#include "common/int.h"
+#include "common/logging.h"
+#include "fe_utils/conditional.h"
+#include "getopt_long.h"
+#include "libpq-fe.h"
+#include "pgbench.h"
+#include "portability/instr_time.h"
+
 #ifndef M_PI
 #define M_PI 3.14159265358979323846
 #endif
 
-#include "pgbench.h"
 
 #define ERRCODE_UNDEFINED_TABLE  "42P01"