diff options
Diffstat (limited to 'src/bin/psql/help.c')
-rw-r--r-- | src/bin/psql/help.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index d6d41b51d53..5fb1baadc57 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -21,15 +21,15 @@ #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" #include "sql_help.h" -#include "fe_utils/logging.h" - /* * PLEASE: * If you change something in this file, also make the same changes |