diff options
author | Bruce Momjian | 2000-02-16 13:15:26 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-02-16 13:15:26 +0000 |
commit | 78693c89d77cf6443a1a98fc38a83d9d563e2aa4 (patch) | |
tree | 6b9c81acf395f8faaae852d58129a470be3e312d /src/bin/psql/large_obj.h | |
parent | 5933f1857f572fffcd783ea79c5f6e671fa2b599 (diff) |
Clean up include files use in psql.
Diffstat (limited to 'src/bin/psql/large_obj.h')
-rw-r--r-- | src/bin/psql/large_obj.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/large_obj.h b/src/bin/psql/large_obj.h index 17e1c81d6df..b8fcfde04db 100644 --- a/src/bin/psql/large_obj.h +++ b/src/bin/psql/large_obj.h @@ -3,13 +3,11 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.7 2000/01/29 16:58:49 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.8 2000/02/16 13:15:26 momjian Exp $ */ #ifndef LARGE_OBJ_H #define LARGE_OBJ_H -#include <c.h> - bool do_lo_export(const char *loid_arg, const char *filename_arg); bool do_lo_import(const char *filename_arg, const char *comment_arg); bool do_lo_unlink(const char *loid_arg); |