summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
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