diff options
author | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/utils/adt/cash.c | |
parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/utils/adt/cash.c')
-rw-r--r-- | src/backend/utils/adt/cash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/utils/adt/cash.c b/src/backend/utils/adt/cash.c index a57cba0073a..76962bdcf6d 100644 --- a/src/backend/utils/adt/cash.c +++ b/src/backend/utils/adt/cash.c @@ -9,7 +9,7 @@ * workings can be found in the book "Software Solutions in C" by * Dale Schumacher, Academic Press, ISBN: 0-12-632360-7. * - * $PostgreSQL: pgsql/src/backend/utils/adt/cash.c,v 1.67 2006/03/19 22:22:56 neilc Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/cash.c,v 1.68 2006/07/14 14:52:23 momjian Exp $ */ #include "postgres.h" @@ -20,8 +20,6 @@ #include <locale.h> #include "libpq/pqformat.h" -#include "miscadmin.h" -#include "utils/builtins.h" #include "utils/cash.h" #include "utils/pg_locale.h" |