OSDN Git Service

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 f2bb5be..a3f9633 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"