diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-06-27 16:05:04 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-06-27 19:13:11 +0100 |
commit | 328e2263fb6e2415bafbc40a7d7309b66f65971a (patch) | |
tree | ac6fce65230a915b03866c7a46dba2228d029fa9 /smoketest | |
parent | fa0fd16526f05e37e10af7a367c9950a974d7c90 (diff) |
targetted re-work of cppunit pieces.
Diffstat (limited to 'smoketest')
-rw-r--r-- | smoketest/smoketest.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/smoketest/smoketest.cxx b/smoketest/smoketest.cxx index bc7e73a4a9aa..ab521c10f29d 100644 --- a/smoketest/smoketest.cxx +++ b/smoketest/smoketest.cxx @@ -17,9 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" -#include "sal/precppunit.hxx" - +#include <sal/types.h> #include "boost/noncopyable.hpp" #include "com/sun/star/awt/AsyncCallback.hpp" #include "com/sun/star/awt/XCallback.hpp" |