diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:25:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:25:56 -0600 |
commit | 5f7649aead657078cd41eb0767b7ca8bb6676250 (patch) | |
tree | a708ae5991c51f248895b08688155ff4bba605f5 /tools/source/rc | |
parent | 6a7d81e7a50b31b8746934dd7946d898715a9169 (diff) |
remove include of pch header from tools
Diffstat (limited to 'tools/source/rc')
-rw-r--r-- | tools/source/rc/isofallback.cxx | 2 | ||||
-rw-r--r-- | tools/source/rc/rc.cxx | 2 | ||||
-rw-r--r-- | tools/source/rc/resary.cxx | 2 | ||||
-rw-r--r-- | tools/source/rc/resmgr.cxx | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/tools/source/rc/isofallback.cxx b/tools/source/rc/isofallback.cxx index 2fae5cfc9eee..3c134dfbacd2 100644 --- a/tools/source/rc/isofallback.cxx +++ b/tools/source/rc/isofallback.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <tools/isofallback.hxx> diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx index e2ada0d111ac..2288f7053e5f 100644 --- a/tools/source/rc/rc.cxx +++ b/tools/source/rc/rc.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_RC_CXX diff --git a/tools/source/rc/resary.cxx b/tools/source/rc/resary.cxx index c435a0627713..c4f11662897b 100644 --- a/tools/source/rc/resary.cxx +++ b/tools/source/rc/resary.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #define _TOOLS_RESARY_CXX #include <tools/resary.hxx> diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 93b8ea133aaf..a4c3a86bac24 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_tools.hxx" #include <string.h> #include <stdio.h> |