summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/misc/imap2.cxx2
-rw-r--r--svtools/source/numbers/zforlist.cxx2
-rw-r--r--svtools/source/numbers/zformat.cxx2
-rw-r--r--vcl/source/gdi/outdev3.cxx1
-rw-r--r--vcl/source/window/scrwnd.cxx2
5 files changed, 4 insertions, 5 deletions
diff --git a/svtools/source/misc/imap2.cxx b/svtools/source/misc/imap2.cxx
index e9dce5cc06a0..b1e03a574188 100644
--- a/svtools/source/misc/imap2.cxx
+++ b/svtools/source/misc/imap2.cxx
@@ -35,7 +35,7 @@
#include <sysdep.hxx>
#endif
#include <string.h>
-#include <math.h>
+// #include <math.h>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
#ifndef _WRKWIN_HXX //autogen
diff --git a/svtools/source/numbers/zforlist.cxx b/svtools/source/numbers/zforlist.cxx
index efd50cc245ba..f8cd4df15e19 100644
--- a/svtools/source/numbers/zforlist.cxx
+++ b/svtools/source/numbers/zforlist.cxx
@@ -33,7 +33,7 @@
#ifndef GCC
#endif
-#include <math.h>
+// #include <math.h>
#include <tools/debug.hxx>
#ifndef _SOUND_HXX //autogen
#include <vcl/sound.hxx>
diff --git a/svtools/source/numbers/zformat.cxx b/svtools/source/numbers/zformat.cxx
index 80b3def0cdf9..196097b6c11d 100644
--- a/svtools/source/numbers/zformat.cxx
+++ b/svtools/source/numbers/zformat.cxx
@@ -33,7 +33,7 @@
#include <stdio.h>
#include <ctype.h>
#include <float.h>
-#include <math.h>
+// #include <math.h>
#include <errno.h>
#include <stdlib.h>
#include <tools/debug.hxx>
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index dafb288f4b68..f61525f9a483 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -30,7 +30,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
-#include <cmath>
#include <cstring>
#include <i18npool/mslangid.hxx>
diff --git a/vcl/source/window/scrwnd.cxx b/vcl/source/window/scrwnd.cxx
index 31870b45ff06..4b77477976a9 100644
--- a/vcl/source/window/scrwnd.cxx
+++ b/vcl/source/window/scrwnd.cxx
@@ -31,7 +31,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
-#include <math.h>
+// #include <math.h>
#include <limits.h>
#include <tools/time.hxx>
#include <tools/debug.hxx>