summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-08-28 01:23:59 +0000
committerMarc G. Fournier1996-08-28 01:23:59 +0000
commitad5a3141a2d8601880d35d39686f2e746e9055e4 (patch)
tree40c8701556175745fcac886cd0be0d163819a32a
parentb8a0bb68c95bdbdf481e3bc49e586fbde1f6d06b (diff)
c.h is included in postgres.h already
-rw-r--r--src/include/access/attnum.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index f144d7541f7..f695db18ea2 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: attnum.h,v 1.1 1996/08/27 21:50:07 scrappy Exp $
+ * $Id: attnum.h,v 1.2 1996/08/28 01:23:59 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ATTNUM_H
#define ATTNUM_H
-#include "c.h"
-
/*
* user defined attribute numbers start at 1. -ay 2/95
*/