1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00

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

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"