remove including of postgres_fe.h
authorMichael Meskes <meskes@postgresql.org>
Wed, 25 Jun 2003 16:12:27 +0000 (16:12 +0000)
committerMichael Meskes <meskes@postgresql.org>
Wed, 25 Jun 2003 16:12:27 +0000 (16:12 +0000)
src/interfaces/ecpg/pgtypeslib/numeric.c

index f2bb5be5dfcf6474772d191a44f6c14eb88df44a..a3f963398488527d750ac66f5a06ae874fe4934c 100644 (file)
@@ -1,12 +1,12 @@
-#include <stdio.h>
 #include <ctype.h>
 #include <float.h>
 #include <limits.h>
 #include <math.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
 
-#include "postgres_fe.h"
 #include "extern.h"
 #include "pgtypes_error.h"