mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
remove including of postgres_fe.h
This commit is contained in:
parent
60050936ff
commit
8d8b9401b8
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue