summaryrefslogtreecommitdiff
path: root/connectivity/source/parse
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-06-28 18:09:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-28 18:10:16 +0200
commit4296394d5c54be51b36a0cddb2f8a8f62a226867 (patch)
treecc1598715f661888eb10a9c3625e88f822976278 /connectivity/source/parse
parentc99b97d306211fe346a7d0a5208aa99118208fc5 (diff)
remove pointless external guards for standard headers
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r--connectivity/source/parse/sqlflex.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 0f7c3b5963a6..7f8cf3e9782d 100644
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -26,9 +26,7 @@
#include <cstdarg> // std::va_list
#endif
-#ifndef _INC_STRING
#include <string.h>
-#endif
#include "internalnode.hxx"