summaryrefslogtreecommitdiff
path: root/src/bin/psql/mainloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/mainloop.h')
-rw-r--r--src/bin/psql/mainloop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h
index 09747f85cab..e6476ca7c6c 100644
--- a/src/bin/psql/mainloop.h
+++ b/src/bin/psql/mainloop.h
@@ -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 */