Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6166a5

Browse files
author
Michael Meskes
committed
Make sure ecpg uses the same header files in the same order as the backend.
1 parent 4d17a21 commit d6166a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#line 1 "nan_test.pgc"
1010
#include <stdio.h>
1111
#include <stdlib.h>
12-
#include <math.h>
1312
#include <float.h>
13+
#include <math.h>
1414
#include <pgtypes_numeric.h>
1515
#include <decimal.h>
1616

src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3-
#include <math.h>
43
#include <float.h>
4+
#include <math.h>
55
#include <pgtypes_numeric.h>
66
#include <decimal.h>
77

0 commit comments

Comments
 (0)