diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-15 00:43:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-04-15 01:51:28 +0200 |
commit | ce9f9de1971285d41831fa5a5df7462889155afe (patch) | |
tree | ab5fbebe087f8d93852050bfb86e894c8bd67b61 /include/svx | |
parent | 3bd173af500d2e30f004cac4ca5a9309c5a49741 (diff) |
move the opengl headers to vcl/opengl for better separation
Change-Id: I1bdd0fe0d27674da69a61bd8b438f0c9b050a337
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdoopengl.hxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx index f540624c44f9..837f637ae9e5 100644 --- a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx +++ b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx @@ -11,7 +11,7 @@ #define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGL_HXX #include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> -#include <vcl/OpenGLContext.hxx> +#include <vcl/opengl/OpenGLContext.hxx> class Window; diff --git a/include/svx/svdoopengl.hxx b/include/svx/svdoopengl.hxx index a8e7a422d4c9..3fcbba2a79ba 100644 --- a/include/svx/svdoopengl.hxx +++ b/include/svx/svdoopengl.hxx @@ -11,9 +11,9 @@ #define INCLUDED_SVX_SVDO_OPENGL_HXX #include <svx/svdobj.hxx> -#include <vcl/OpenGLContext.hxx> +#include <vcl/opengl/OpenGLContext.hxx> -#include <vcl/IOpenGLRenderer.hxx> +#include <vcl/opengl/IOpenGLRenderer.hxx> #include <boost/scoped_ptr.hpp> |