summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorMarc G. Fournier1996-10-31 09:51:30 +0000
committerMarc G. Fournier1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/commands
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/copy.h3
-rw-r--r--src/include/commands/defrem.h3
-rw-r--r--src/include/commands/version.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/src/include/commands/copy.h b/src/include/commands/copy.h
index 9821b3147cf..1a1228b142d 100644
--- a/src/include/commands/copy.h
+++ b/src/include/commands/copy.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: copy.h,v 1.1 1996/08/28 07:21:44 scrappy Exp $
+ * $Id: copy.h,v 1.2 1996/10/31 09:48:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef COPY_H
#define COPY_H
-#include "postgres.h"
void DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe, char *filename,
char *delim);
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 85dd37c6d5c..7b52bbde28d 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.1 1996/08/28 07:21:46 scrappy Exp $
+ * $Id: defrem.h,v 1.2 1996/10/31 09:48:22 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEFREM_H
#define DEFREM_H
-#include "postgres.h"
#include "nodes/pg_list.h"
#include "nodes/primnodes.h"
#include "nodes/parsenodes.h"
diff --git a/src/include/commands/version.h b/src/include/commands/version.h
index b4c76b100cb..da7f2c44e1a 100644
--- a/src/include/commands/version.h
+++ b/src/include/commands/version.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: version.h,v 1.1 1996/08/28 07:21:53 scrappy Exp $
+ * $Id: version.h,v 1.2 1996/10/31 09:48:24 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef VERSION_H
#define VERSION_H
-#include "postgres.h"
#include "nodes/pg_list.h"
extern void DefineVersion(char *name, char *fromRelname, char *date);