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/qa | |
parent | 6a7d81e7a50b31b8746934dd7946d898715a9169 (diff) |
remove include of pch header from tools
Diffstat (limited to 'tools/qa')
-rw-r--r-- | tools/qa/cppunit/test_pathutils.cxx | 1 | ||||
-rw-r--r-- | tools/qa/cppunit/test_reversemap.cxx | 1 | ||||
-rw-r--r-- | tools/qa/cppunit/test_stream.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/qa/cppunit/test_pathutils.cxx b/tools/qa/cppunit/test_pathutils.cxx index 6df1d49c7606..19b9fcfbdfbf 100644 --- a/tools/qa/cppunit/test_pathutils.cxx +++ b/tools/qa/cppunit/test_pathutils.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/qa/cppunit/test_reversemap.cxx b/tools/qa/cppunit/test_reversemap.cxx index caaa6d2d1565..6e750c93d543 100644 --- a/tools/qa/cppunit/test_reversemap.cxx +++ b/tools/qa/cppunit/test_reversemap.cxx @@ -26,7 +26,6 @@ * instead of those above. */ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/tools/qa/cppunit/test_stream.cxx b/tools/qa/cppunit/test_stream.cxx index 8cf46af38316..dc80c7d5c02a 100644 --- a/tools/qa/cppunit/test_stream.cxx +++ b/tools/qa/cppunit/test_stream.cxx @@ -26,7 +26,6 @@ * instead of those above. */ -#include "precompiled_tools.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" |