diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 22:40:16 +0000 |
| commit | 2e6b1e63a3f4990594af94afe1b3cef90ae752b5 (patch) | |
| tree | bb72a1ec4e38514c726a73b1344971307c2db01e /src/backend/utils/mmgr/aset.c | |
| parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
| download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz | |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/utils/mmgr/aset.c')
| -rw-r--r-- | src/backend/utils/mmgr/aset.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/utils/mmgr/aset.c b/src/backend/utils/mmgr/aset.c index 1060f7b6de..5f8e4b4def 100644 --- a/src/backend/utils/mmgr/aset.c +++ b/src/backend/utils/mmgr/aset.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.16 1999/05/25 16:12:51 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/aset.c,v 1.17 1999/07/15 22:40:12 momjian Exp $ * * NOTE: * This is a new (Feb. 05, 1999) implementation of the allocation set @@ -23,10 +23,8 @@ */ #include <stdio.h> #include "postgres.h" -#include "utils/excid.h" /* for ExhaustedMemory */ #include "utils/memutils.h" /* where funnction declarations go */ #ifndef HAVE_MEMMOVE -#include <regex/utils.h> #else #include <string.h> #endif |
