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

REL9_0_ALPHA5_BRANCH
Michael Meskes 16 years ago
parent 4d17a2146c
commit d6166a5d7e
  1. 2
      src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c
  2. 2
      src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc

@ -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>

@ -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>

Loading…
Cancel
Save