aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-06 07:50:12 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-06 07:50:12 +0000
commit6508241acb9c34e1108e420bd8322b9263b69cad (patch)
treea0b3f5bff75c9b016d59d70f94975aa1e563fa75
parent87b07a3974eb5bfab015ef1c1eeb4ef196daa7e9 (diff)
downloadpostgresql-6508241acb9c34e1108e420bd8322b9263b69cad.tar.gz
postgresql-6508241acb9c34e1108e420bd8322b9263b69cad.zip
another include cleaned out
-rw-r--r--src/include/commands/defrem.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h
index 7b52bbde28d..fd35af13e45 100644
--- a/src/include/commands/defrem.h
+++ b/src/include/commands/defrem.h
@@ -6,17 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: defrem.h,v 1.2 1996/10/31 09:48:22 scrappy Exp $
+ * $Id: defrem.h,v 1.3 1996/11/06 07:50:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef DEFREM_H
#define DEFREM_H
-#include "nodes/pg_list.h"
-#include "nodes/primnodes.h"
-#include "nodes/parsenodes.h"
-#include "tcop/dest.h"
+#include <tcop/dest.h>
+#include <nodes/parsenodes.h>
/*
* prototypes in defind.c