diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 59ea8cc16e3..0f58eeba024 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -21,10 +21,9 @@ #include <termios.h> #endif +#include "common.h" #include "common/logging.h" #include "common/username.h" - -#include "common.h" #include "help.h" #include "input.h" #include "settings.h" |