aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/input.c')
-rw-r--r--src/bin/psql/input.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c
index 5a18ac9bbc4..5798e6e7d68 100644
--- a/src/bin/psql/input.c
+++ b/src/bin/psql/input.c
@@ -13,12 +13,11 @@
#include <fcntl.h>
#include <limits.h>
+#include "common.h"
+#include "common/logging.h"
#include "input.h"
#include "settings.h"
#include "tab-complete.h"
-#include "common.h"
-
-#include "common/logging.h"
#ifndef WIN32
#define PSQLHISTORY ".psql_history"