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/sdr | |
parent | 3bd173af500d2e30f004cac4ca5a9309c5a49741 (diff) |
move the opengl headers to vcl/opengl for better separation
Change-Id: I1bdd0fe0d27674da69a61bd8b438f0c9b050a337
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx | 2 |
1 files changed, 1 insertions, 1 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; |