diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-11-24 05:09:50 +0000 |
commit | f7f2e18f8e002709d0b361b585c0887b718e8b93 (patch) | |
tree | 145804bc27275f934484c6ded2d951eff476252c /src/include/access/valid.h | |
parent | 1409819a870e3028e1c519aec84c3b396ab14348 (diff) | |
download | postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.tar.gz postgresql-f7f2e18f8e002709d0b361b585c0887b718e8b93.zip |
Remove tqual.h includes not needed.
Diffstat (limited to 'src/include/access/valid.h')
-rw-r--r-- | src/include/access/valid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/valid.h b/src/include/access/valid.h index fec88923dbb..555ef7446b4 100644 --- a/src/include/access/valid.h +++ b/src/include/access/valid.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: valid.h,v 1.10 1997/11/20 23:23:35 momjian Exp $ + * $Id: valid.h,v 1.11 1997/11/24 05:09:41 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,11 +16,11 @@ #include <fmgr.h> #include <access/heapam.h> #include <access/valid.h> -#include <utils/tqual.h> #include <storage/bufmgr.h> #include <storage/bufpage.h> #include <utils/rel.h> #include <utils/builtins.h> +#include <utils/tqual.h> /* ---------------- * extern decl's |