summaryrefslogtreecommitdiff
path: root/tools/bootstrp
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/bootstrp
parent6a7d81e7a50b31b8746934dd7946d898715a9169 (diff)
remove include of pch header from tools
Diffstat (limited to 'tools/bootstrp')
-rw-r--r--tools/bootstrp/addexes/replace.cxx2
-rw-r--r--tools/bootstrp/cppdep.cxx2
-rw-r--r--tools/bootstrp/md5.cxx2
-rw-r--r--tools/bootstrp/mkunroll/mkunroll.cxx2
-rw-r--r--tools/bootstrp/prj.cxx2
-rw-r--r--tools/bootstrp/rscdep.cxx2
-rw-r--r--tools/bootstrp/so_checksum.cxx2
7 files changed, 0 insertions, 14 deletions
diff --git a/tools/bootstrp/addexes/replace.cxx b/tools/bootstrp/addexes/replace.cxx
index 07f8be79ab71..b9c59d524d88 100644
--- a/tools/bootstrp/addexes/replace.cxx
+++ b/tools/bootstrp/addexes/replace.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include <stdio.h>
#include <tools/string.hxx>
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index 44e084464560..093208cc1706 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include <stdio.h>
#include <string.h>
diff --git a/tools/bootstrp/md5.cxx b/tools/bootstrp/md5.cxx
index 18ecb46ceb9d..37e8596fb17d 100644
--- a/tools/bootstrp/md5.cxx
+++ b/tools/bootstrp/md5.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include "md5.hxx"
diff --git a/tools/bootstrp/mkunroll/mkunroll.cxx b/tools/bootstrp/mkunroll/mkunroll.cxx
index 27636038fa72..524ac19ea3c8 100644
--- a/tools/bootstrp/mkunroll/mkunroll.cxx
+++ b/tools/bootstrp/mkunroll/mkunroll.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include <stdio.h>
diff --git a/tools/bootstrp/prj.cxx b/tools/bootstrp/prj.cxx
index ef362a0af8b3..8e5fe21f206c 100644
--- a/tools/bootstrp/prj.cxx
+++ b/tools/bootstrp/prj.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include "bootstrp/prj.hxx"
#include <comphelper/string.hxx>
diff --git a/tools/bootstrp/rscdep.cxx b/tools/bootstrp/rscdep.cxx
index adae8caa9a41..d26ffd418f65 100644
--- a/tools/bootstrp/rscdep.cxx
+++ b/tools/bootstrp/rscdep.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#ifdef UNX
#include <unistd.h>
#endif
diff --git a/tools/bootstrp/so_checksum.cxx b/tools/bootstrp/so_checksum.cxx
index 9ff6a6832379..4b6a2aa270af 100644
--- a/tools/bootstrp/so_checksum.cxx
+++ b/tools/bootstrp/so_checksum.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_tools.hxx"
#include "md5.hxx"