diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-28 18:09:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-28 18:10:16 +0200 |
commit | 4296394d5c54be51b36a0cddb2f8a8f62a226867 (patch) | |
tree | cc1598715f661888eb10a9c3625e88f822976278 /connectivity/source | |
parent | c99b97d306211fe346a7d0a5208aa99118208fc5 (diff) |
remove pointless external guards for standard headers
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/commontools/dbconversion.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/parse/sqlflex.l | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/commontools/dbconversion.cxx b/connectivity/source/commontools/dbconversion.cxx index bf36c93c693f..651c8f01be78 100644 --- a/connectivity/source/commontools/dbconversion.cxx +++ b/connectivity/source/commontools/dbconversion.cxx @@ -20,9 +20,7 @@ #include <connectivity/dbconversion.hxx> #include <connectivity/dbcharset.hxx> #include <osl/diagnose.h> -#ifndef _INC_STDIO #include <stdio.h> -#endif #include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> 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" |