summaryrefslogtreecommitdiff
path: root/src/include/access/attnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/attnum.h')
-rw-r--r--src/include/access/attnum.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index e0c1c1f2037..b4111e16670 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: attnum.h,v 1.3 1996/10/31 05:56:34 momjian Exp $
+ * $Id: attnum.h,v 1.4 1996/10/31 09:46:35 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ATTNUM_H
#define ATTNUM_H
-#include "postgres.h"
/*
* user defined attribute numbers start at 1. -ay 2/95