diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:37:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:46:02 +0200 |
commit | a1734eecf636a9d943c70a76c90a35c96efe5a27 (patch) | |
tree | e2929758a0aeaa5564319d7676b7606d974aa8c0 /o3tl/qa/test-vector_pool.cxx | |
parent | f6ad25f67b3bc77527cd56653e327a211c6bb804 (diff) |
loplugin:includeform: o3tl
Change-Id: I3cf4cda744148c966d0686310fef5dab6d3a3b35
Diffstat (limited to 'o3tl/qa/test-vector_pool.cxx')
-rw-r--r-- | o3tl/qa/test-vector_pool.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/o3tl/qa/test-vector_pool.cxx b/o3tl/qa/test-vector_pool.cxx index 91cdcf9ad9fb..78975e4d5dc0 100644 --- a/o3tl/qa/test-vector_pool.cxx +++ b/o3tl/qa/test-vector_pool.cxx @@ -18,9 +18,9 @@ */ #include <sal/types.h> -#include "cppunit/TestAssert.h" -#include "cppunit/TestFixture.h" -#include "cppunit/extensions/HelperMacros.h" +#include <cppunit/TestAssert.h> +#include <cppunit/TestFixture.h> +#include <cppunit/extensions/HelperMacros.h> #include <o3tl/vector_pool.hxx> |