Make sure ecpg uses the same header files in the same order as the backend.

This commit is contained in:
Michael Meskes 2010-02-27 21:56:16 +00:00
parent 4d17a2146c
commit d6166a5d7e
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#line 1 "nan_test.pgc"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <math.h>
#include <pgtypes_numeric.h>
#include <decimal.h>

View File

@ -1,7 +1,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <float.h>
#include <math.h>
#include <pgtypes_numeric.h>
#include <decimal.h>