From a5aef9544429319cd0c0cfa0631571c8a46ae70f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 13 Oct 2011 13:58:42 +0100 Subject: now drop not available yet includes --- unotest/source/cpp/bootstrapfixturebase.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'unotest') diff --git a/unotest/source/cpp/bootstrapfixturebase.cxx b/unotest/source/cpp/bootstrapfixturebase.cxx index 5748e338737b..3fccdf12ad56 100644 --- a/unotest/source/cpp/bootstrapfixturebase.cxx +++ b/unotest/source/cpp/bootstrapfixturebase.cxx @@ -27,22 +27,16 @@ * instead of those above. */ #include -#include #include #include #include #include #include -#include #include #include #include -#include -#include -#include - using namespace ::com::sun::star; // NB. this constructor is called before any tests are run, once for each -- cgit