diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
commit | 2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (patch) | |
tree | 3db22d820d571cd6c382c066b14c3666b89d08b8 /src/include/utils/tqual.h | |
parent | 3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (diff) | |
download | postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.tar.gz postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.zip |
More include files cleaned up
Diffstat (limited to 'src/include/utils/tqual.h')
-rw-r--r-- | src/include/utils/tqual.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/tqual.h b/src/include/utils/tqual.h index a082d757bb9..6e4fb850e85 100644 --- a/src/include/utils/tqual.h +++ b/src/include/utils/tqual.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tqual.h,v 1.1 1996/08/28 01:59:28 scrappy Exp $ + * $Id: tqual.h,v 1.2 1996/10/20 06:35:27 scrappy Exp $ * * NOTE * It may be desirable to allow time qualifications to indicate @@ -17,9 +17,7 @@ #ifndef TQUAL_H #define TQUAL_H -#include "postgres.h" #include "utils/nabstime.h" -#include "access/htup.h" typedef struct TimeQualSpace { char data[12]; |