remove including of postgres_fe.h

This commit is contained in:
Michael Meskes 2003-06-25 16:12:27 +00:00
parent 60050936ff
commit 8d8b9401b8
1 changed files with 2 additions and 2 deletions

View 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"