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