diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-01-13 15:01:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-01-13 15:07:55 +0200 |
commit | 5fdb9cd64cfb48949a8c15292eda9266155a62ea (patch) | |
tree | 42ce7836f07a7062667f656f88760102bf57170a /vcl/opengl | |
parent | 4a846b9b93b89152b8f74f3dfc893441ae1347b8 (diff) |
This stuff is private to vcl
Change-Id: I623da89ea390a07bd6a3236b5c099be094a7acde
Diffstat (limited to 'vcl/opengl')
-rw-r--r-- | vcl/opengl/x11/X11DeviceInfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/x11/X11DeviceInfo.cxx b/vcl/opengl/x11/X11DeviceInfo.cxx index e9754eab67d1..49593c7b297c 100644 --- a/vcl/opengl/x11/X11DeviceInfo.cxx +++ b/vcl/opengl/x11/X11DeviceInfo.cxx @@ -8,8 +8,8 @@ */ #include "opengl/x11/X11DeviceInfo.hxx" +#include "opengl/x11//glxtest.hxx" -#include <vcl/opengl/glxtest.hxx> #include <rtl/ustring.hxx> #include <unistd.h> |