summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-10 20:42:35 +0000
committerMarc G. Fournier1997-04-10 20:42:35 +0000
commitfac81b448c098ee868d88163b912c06570db6599 (patch)
treefe54f7d9601b74b734161537ff992926850de6a4 /src
parent02d55fc6ca9abae7abbb5e7f3ff06e5b4fee819c (diff)
Fix #include "cash.h" to be #include <utils/cash.h>
Remove the TEST_MAIN stuff at the top...
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/adt/cash.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/backend/utils/adt/cash.c b/src/backend/utils/adt/cash.c
index 795095ec4e1..9c58f1bc6aa 100644
--- a/src/backend/utils/adt/cash.c
+++ b/src/backend/utils/adt/cash.c
@@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
#include <ctype.h>
#include <locale.h>
-#ifdef TEST_MAIN
-# include <stdlib.h>
-# define palloc malloc
-#else
-# include <palloc.h>
-#endif
-
-#include "cash.h"
+#include <utils/cash.h>
/* when we go to 64 bit values we will have to modify this */
#define CASH_BUFSZ 24