Skip to content

Commit 5af4f03

Browse files
committed
remove unused defines and includes
1 parent 0f693e2 commit 5af4f03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

middle-pgsql.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,10 @@
66
* emit the final geometry-enabled output formats
77
*/
88

9-
#include "config.h"
10-
119
#ifdef _WIN32
1210
using namespace std;
1311
#endif
1412

15-
#ifdef _MSC_VER
16-
#define alloca _alloca
17-
#endif
18-
1913
#include <stdexcept>
2014
#include <unordered_map>
2115

0 commit comments

Comments
 (0)