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/adt/mac.c | |
parent | 40a89e08b2d7bb592d940e56f696df4a6459e7a3 (diff) | |
download | postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.tar.gz postgresql-2e6b1e63a3f4990594af94afe1b3cef90ae752b5.zip |
Remove unused #includes in *.c files.
Diffstat (limited to 'src/backend/utils/adt/mac.c')
-rw-r--r-- | src/backend/utils/adt/mac.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/utils/adt/mac.c b/src/backend/utils/adt/mac.c index 03a7a4e4790..ed2a86a954f 100644 --- a/src/backend/utils/adt/mac.c +++ b/src/backend/utils/adt/mac.c @@ -1,7 +1,7 @@ /* * PostgreSQL type definitions for MAC addresses. * - * $Id: mac.c,v 1.10 1999/07/15 15:20:18 momjian Exp $ + * $Id: mac.c,v 1.11 1999/07/15 22:39:59 momjian Exp $ */ #include <stdio.h> @@ -9,7 +9,6 @@ #include <postgres.h> #include <utils/builtins.h> -#include <utils/inet.h> manufacturer manufacturers[] = { {0x00, 0x00, 0x0C, "Cisco"}, |