summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:28:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:47 +0200
commitca39dddb8b3c01ff1d8a4cf2961c1b61563397a1 (patch)
treee9f9103fe3045cd56e7a6fc1f19afba3d064bdce /vcl/workben
parente279245767050c8ca9743b33ab395cb67dd9a63c (diff)
loplugin:includeform: vcl
Change-Id: Id7dea3917740aaf4db8dada5e2bea6e117d714ea
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/fftester.cxx8
-rw-r--r--vcl/workben/vcldemo.cxx10
2 files changed, 9 insertions, 9 deletions
diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx
index 18c84d52fb27..295a3bcb0231 100644
--- a/vcl/workben/fftester.cxx
+++ b/vcl/workben/fftester.cxx
@@ -42,10 +42,10 @@
#include <vcl/fltcall.hxx>
#include <osl/file.hxx>
-#include <../source/filter/igif/gifread.hxx>
-#include <../source/filter/ixbm/xbmread.hxx>
-#include <../source/filter/ixpm/xpmread.hxx>
-#include <../source/filter/jpeg/jpeg.hxx>
+#include "../source/filter/igif/gifread.hxx"
+#include "../source/filter/ixbm/xbmread.hxx"
+#include "../source/filter/ixpm/xpmread.hxx"
+#include "../source/filter/jpeg/jpeg.hxx"
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx
index c755b33265c9..d1ad29c47c34 100644
--- a/vcl/workben/vcldemo.cxx
+++ b/vcl/workben/vcldemo.cxx
@@ -51,11 +51,11 @@
// internal headers for OpenGLTests class.
#if HAVE_FEATURE_OPENGL
-#include "salgdi.hxx"
-#include "salframe.hxx"
-#include "openglgdiimpl.hxx"
-#include "opengl/texture.hxx"
-#include "opengl/framebuffer.hxx"
+#include <salgdi.hxx>
+#include <salframe.hxx>
+#include <openglgdiimpl.hxx>
+#include <opengl/texture.hxx>
+#include <opengl/framebuffer.hxx>
#include <vcl/opengl/OpenGLHelper.hxx>
#endif