From 03e6bf9a6535d95dd717d91072b766dfd577057b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:35:28 +0200 Subject: loplugin:includeform: officecfg Change-Id: I580443e0e992f3b53f35d854c4d020bfaaf6a308 --- officecfg/qa/cppheader.cxx | 10 +++++----- 1 file 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 -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" -#include "cppunit/plugin/TestPlugIn.h" +#include +#include +#include +#include // 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 namespace { -- cgit