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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user