summaryrefslogtreecommitdiff
path: root/tools/source/datetime
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:25:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:25:56 -0600
commit5f7649aead657078cd41eb0767b7ca8bb6676250 (patch)
treea708ae5991c51f248895b08688155ff4bba605f5 /tools/source/datetime
parent6a7d81e7a50b31b8746934dd7946d898715a9169 (diff)
remove include of pch header from tools
Diffstat (limited to 'tools/source/datetime')
-rw-r--r--tools/source/datetime/datetime.cxx2
-rw-r--r--tools/source/datetime/tdate.cxx2
-rw-r--r--tools/source/datetime/ttime.cxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/datetime/datetime.cxx b/tools/source/datetime/datetime.cxx
index 05d25edd91b9..e58646d332d4 100644
--- a/tools/source/datetime/datetime.cxx
+++ b/tools/source/datetime/datetime.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include <tools/datetime.hxx>
#include <rtl/math.hxx>
diff --git a/tools/source/datetime/tdate.cxx b/tools/source/datetime/tdate.cxx
index 66adb081b04d..47af8c049110 100644
--- a/tools/source/datetime/tdate.cxx
+++ b/tools/source/datetime/tdate.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#if defined( WNT )
#include <windows.h>
diff --git a/tools/source/datetime/ttime.cxx b/tools/source/datetime/ttime.cxx
index 43e1b65c82b6..13f68fb2d4f4 100644
--- a/tools/source/datetime/ttime.cxx
+++ b/tools/source/datetime/ttime.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#define _TOOLS_TIME_CXX