diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:28:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:47 +0200 |
commit | ca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch) | |
tree | e9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/qa/cppunit | |
parent | e279245767050c8ca9743b33ab395cb67dd9a63c (diff) |
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/BitmapProcessorTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/BitmapTest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/fontmetric.cxx | 2 | ||||
-rw-r--r-- | vcl/qa/cppunit/timer.cxx | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/vcl/qa/cppunit/BitmapProcessorTest.cxx b/vcl/qa/cppunit/BitmapProcessorTest.cxx index d2676da29d18..f53019e5ddeb 100644 --- a/vcl/qa/cppunit/BitmapProcessorTest.cxx +++ b/vcl/qa/cppunit/BitmapProcessorTest.cxx @@ -22,7 +22,7 @@ #include <vcl/graphicfilter.hxx> #include <config_features.h> -#include "BitmapProcessor.hxx" +#include <BitmapProcessor.hxx> namespace diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index f55a5b607617..b26eb4572a2d 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -26,7 +26,7 @@ #include <vcl/opengl/OpenGLHelper.hxx> #endif -#include "BitmapSymmetryCheck.hxx" +#include <BitmapSymmetryCheck.hxx> namespace { diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index 211a75b1ab57..734e3ca28fed 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -40,7 +40,7 @@ #include <vcl/virdev.hxx> #include <vcl/bitmapex.hxx> -#include "canvasbitmap.hxx" +#include <canvasbitmap.hxx> #include <algorithm> using namespace ::com::sun::star; diff --git a/vcl/qa/cppunit/fontmetric.cxx b/vcl/qa/cppunit/fontmetric.cxx index 3166752f3273..4b4b53899a3e 100644 --- a/vcl/qa/cppunit/fontmetric.cxx +++ b/vcl/qa/cppunit/fontmetric.cxx @@ -16,7 +16,7 @@ #include <vcl/metric.hxx> -#include "impfont.hxx" +#include <impfont.hxx> class VclFontMetricTest : public test::BootstrapFixture { diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index 7b712bd76c04..aaaf9ec8d86e 100644 --- a/vcl/qa/cppunit/timer.cxx +++ b/vcl/qa/cppunit/timer.cxx @@ -20,8 +20,8 @@ #include <vcl/idle.hxx> #include <vcl/svapp.hxx> #include <vcl/scheduler.hxx> -#include "svdata.hxx" -#include "salinst.hxx" +#include <svdata.hxx> +#include <salinst.hxx> // #define TEST_WATCHDOG |