diff options
Diffstat (limited to 'officecfg/qa')
-rw-r--r-- | officecfg/qa/cppheader.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/officecfg/qa/cppheader.cxx b/officecfg/qa/cppheader.cxx index 32d487a8340b..39f8b4856e2d 100644 --- a/officecfg/qa/cppheader.cxx +++ b/officecfg/qa/cppheader.cxx @@ -8,14 +8,14 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> +#include <cppunit/plugin/TestPlugIn.h> // Just verify that all the generated headers can be included (i.e., that all // the identifiers are valid and do not clash: -#include "officecfg/officecfg_qa_allheaders.hxx" +#include <officecfg/officecfg_qa_allheaders.hxx> namespace { |