]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix #include "cash.h" to be #include <utils/cash.h>
authorMarc G. Fournier <scrappy@hub.org>
Thu, 10 Apr 1997 20:42:35 +0000 (20:42 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 10 Apr 1997 20:42:35 +0000 (20:42 +0000)
Remove the TEST_MAIN stuff at the top...

src/backend/utils/adt/cash.c

index 795095ec4e1a5b9073afb8cff1373b6982cabd16..9c58f1bc6aaf67848156d1b8d438e6a2a120cc47 100644 (file)
@@ -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