diff options
Diffstat (limited to 'src/bin/psql/large_obj.c')
-rw-r--r-- | src/bin/psql/large_obj.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/bin/psql/large_obj.c b/src/bin/psql/large_obj.c index add2f77cfc1..c5b4a634779 100644 --- a/src/bin/psql/large_obj.c +++ b/src/bin/psql/large_obj.c @@ -3,16 +3,12 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.8 2000/02/07 23:10:06 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.c,v 1.9 2000/02/16 13:15:26 momjian Exp $ */ -#include <c.h> +#include "postgres.h" #include "large_obj.h" -#include <stdio.h> -#include <string.h> - -#include <libpq-fe.h> -#include <postgres.h> +#include "libpq-fe.h" #include "settings.h" #include "variables.h" |