summaryrefslogtreecommitdiff
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
parentc99b97d306211fe346a7d0a5208aa99118208fc5 (diff)
remove pointless external guards for standard headers
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
-rw-r--r--connectivity/source/commontools/dbconversion.cxx2
-rw-r--r--connectivity/source/parse/sqlflex.l2
-rw-r--r--dbaccess/source/ui/querydesign/ConnectionLine.cxx2
-rw-r--r--include/svx/def3d.hxx2
-rw-r--r--xmloff/source/style/weighhdl.cxx2
5 files changed, 0 insertions, 10 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"
diff --git a/dbaccess/source/ui/querydesign/ConnectionLine.cxx b/dbaccess/source/ui/querydesign/ConnectionLine.cxx
index 3319f637c6f9..05ca77a0b64d 100644
--- a/dbaccess/source/ui/querydesign/ConnectionLine.cxx
+++ b/dbaccess/source/ui/querydesign/ConnectionLine.cxx
@@ -23,9 +23,7 @@
#include "TableWindowListBox.hxx"
#include "TableConnection.hxx"
#include <vcl/svapp.hxx>
-#ifndef _INC_MATH
#include <math.h>
-#endif
#include <osl/diagnose.h>
#include <vcl/lineinfo.hxx>
diff --git a/include/svx/def3d.hxx b/include/svx/def3d.hxx
index 565f396a6d3b..c96d7f5b9729 100644
--- a/include/svx/def3d.hxx
+++ b/include/svx/def3d.hxx
@@ -20,9 +20,7 @@
#ifndef _SVX_DEF3D_HXX
#define _SVX_DEF3D_HXX
-#ifndef _INC_MATH
#include <math.h>
-#endif
#include <tools/solar.h>
const double fPiDiv180 = 0.01745329251994;
diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx
index 0ef9c84ff701..7c8d31b2af65 100644
--- a/xmloff/source/style/weighhdl.cxx
+++ b/xmloff/source/style/weighhdl.cxx
@@ -26,9 +26,7 @@
#include <tools/fontenum.hxx>
#include <tools/solar.h>
-#ifndef _INC_LIMITS
#include <limits.h>
-#endif
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>