From: Michael Meskes Date: Sat, 27 Feb 2010 21:56:16 +0000 (+0000) Subject: Make sure ecpg uses the same header files in the same order as the backend. X-Git-Tag: REL9_0_ALPHA5~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6166a5d7ed2caf58790f528bbe271f6830d17c0;p=postgresql Make sure ecpg uses the same header files in the same order as the backend. --- diff --git a/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c b/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c index d8c654f143..999db79a10 100644 --- a/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c +++ b/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c @@ -9,8 +9,8 @@ #line 1 "nan_test.pgc" #include #include -#include #include +#include #include #include diff --git a/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc b/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc index a136867bbd..304b43816a 100644 --- a/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc +++ b/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc @@ -1,7 +1,7 @@ #include #include -#include #include +#include #include #include