Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ee20152

Browse files
committed
Revert "Revert part of commit dddf4cd."
This reverts commit c114229. Commit 1408d5d should make it safe to include these headers in the natural order.
1 parent 1408d5d commit ee20152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/pgtypeslib/dt_common.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#include <math.h>
88

99
#include "common/string.h"
10-
#include "pgtypeslib_extern.h"
1110
#include "dt.h"
1211
#include "pgtypes_timestamp.h"
12+
#include "pgtypeslib_extern.h"
1313

1414
const int day_tab[2][13] = {
1515
{31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0},

0 commit comments

Comments
 (0)