diff options
Diffstat (limited to 'src/bin/psql/crosstabview.c')
-rw-r--r-- | src/bin/psql/crosstabview.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/psql/crosstabview.c b/src/bin/psql/crosstabview.c index bf48d2f4062..2794eb6b876 100644 --- a/src/bin/psql/crosstabview.c +++ b/src/bin/psql/crosstabview.c @@ -7,8 +7,6 @@ */ #include "postgres_fe.h" -#include <string.h> - #include "common.h" #include "crosstabview.h" #include "pqexpbuffer.h" |