OSDN Git Service

Another one bits the dust...
authorMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:20:09 +0000 (07:20 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 5 Nov 1996 07:20:09 +0000 (07:20 +0000)
src/include/access/itup.h

index 2b69da6..51d1be8 100644 (file)
@@ -6,15 +6,15 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: itup.h,v 1.3 1996/11/03 08:17:21 scrappy Exp $
+ * $Id: itup.h,v 1.4 1996/11/05 07:20:09 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #ifndef ITUP_H
 #define ITUP_H
 
-#include "storage/itemptr.h"
-#include "access/tupdesc.h" 
+#include <access/tupdesc.h>
+#include <storage/itemptr.h>
 
 #define MaxIndexAttributeNumber        7