]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/common.h
Clean up some misplaced #includes.
[postgresql] / src / bin / psql / common.h
index 6ba3f44e2cb07912699616b3314e70405a647780..ce7b93f9e5e1c80716b0e8c35980c50caa027d34 100644 (file)
@@ -8,10 +8,9 @@
 #ifndef COMMON_H
 #define COMMON_H
 
-#include "postgres_fe.h"
 #include <setjmp.h>
-#include "libpq-fe.h"
 
+#include "libpq-fe.h"
 #include "print.h"
 
 #define atooid(x)  ((Oid) strtoul((x), NULL, 10))