diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:23:37 -0600 |
commit | 36f155dda15b64a045457859e9c1d1eb42008bb7 (patch) | |
tree | 40ea718c08525c7bf7fe20ea10afadc2ee4bc2c5 /stoc/source/simpleregistry | |
parent | 3d6592ae195de59c42a119b22307a62267a154fc (diff) |
remove include of pch header from stoc
Diffstat (limited to 'stoc/source/simpleregistry')
-rw-r--r-- | stoc/source/simpleregistry/simpleregistry.cxx | 1 | ||||
-rw-r--r-- | stoc/source/simpleregistry/textualservices.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/simpleregistry/simpleregistry.cxx b/stoc/source/simpleregistry/simpleregistry.cxx index 4485f69e020c..085b73a22c3b 100644 --- a/stoc/source/simpleregistry/simpleregistry.cxx +++ b/stoc/source/simpleregistry/simpleregistry.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_stoc.hxx" #include "sal/config.h" #include <cstdlib> diff --git a/stoc/source/simpleregistry/textualservices.cxx b/stoc/source/simpleregistry/textualservices.cxx index 6b1ec9112aa0..0b6f672342f8 100644 --- a/stoc/source/simpleregistry/textualservices.cxx +++ b/stoc/source/simpleregistry/textualservices.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_stoc.hxx" #include "sal/config.h" #include <cstddef> |