diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:35:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:00 +0200 |
commit | 03e6bf9a6535d95dd717d91072b766dfd577057b (patch) | |
tree | 40973120a1e0fb4bdef02fea3ac1c919df436582 | |
parent | 85fe083c46c145ab7b884c1479e7b5ab234e4feb (diff) |
loplugin:includeform: officecfg
Change-Id: I580443e0e992f3b53f35d854c4d020bfaaf6a308
-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 { |