]> granicus.if.org Git - postgresql/blobdiff - src/bin/psql/mainloop.h
Clean up some misplaced #includes.
[postgresql] / src / bin / psql / mainloop.h
index 09747f85cab4319e2206e2a9305960000b656fed..e6476ca7c6c4dd61f7a5265d90f110f51c2cef23 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef MAINLOOP_H
 #define MAINLOOP_H
 
-#include "postgres_fe.h"
-
-int                    MainLoop(FILE *source);
+extern int     MainLoop(FILE *source);
 
 #endif   /* MAINLOOP_H */