Commit d6166a5d authored by Michael Meskes's avatar Michael Meskes

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

parent 4d17a214
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#line 1 "nan_test.pgc" #line 1 "nan_test.pgc"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h>
#include <float.h> #include <float.h>
#include <math.h>
#include <pgtypes_numeric.h> #include <pgtypes_numeric.h>
#include <decimal.h> #include <decimal.h>
......
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h>
#include <float.h> #include <float.h>
#include <math.h>
#include <pgtypes_numeric.h> #include <pgtypes_numeric.h>
#include <decimal.h> #include <decimal.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment