summaryrefslogtreecommitdiff
path: root/src/glx/dri_common_interop.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-05 11:09:13 +0000
committerEric Engestrom <eric@engestrom.ch>2019-03-08 18:00:19 +0000
commit6e3d3f5b2c90ed79de85f69d4e0cc9b1b0760158 (patch)
tree1cbe9b961c2e86618a5c321172ff4e3db7cc030d /src/glx/dri_common_interop.c
parentb1218d8cf71b35ab86ef0c25fdcf698e66dc14c0 (diff)
downloadmesa-6e3d3f5b2c90ed79de85f69d4e0cc9b1b0760158.tar.gz
glx/meson: use full include path for dri_interface.h
Everything else uses `#include "GL/internal/dri_interface.h"` instead, and this full path was even already used in other parts of GLX. While at it, nothing uses `inc_gl_internal` anymore so let's remove it as well. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Tested-by: Clayton Craft <clayton.a.craft@intel.com>
Diffstat (limited to 'src/glx/dri_common_interop.c')
-rw-r--r--src/glx/dri_common_interop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/dri_common_interop.c b/src/glx/dri_common_interop.c
index 85538c63599..2d4fc3d3e62 100644
--- a/src/glx/dri_common_interop.c
+++ b/src/glx/dri_common_interop.c
@@ -25,7 +25,7 @@
#include "glxclient.h"
#include "glx_error.h"
-#include "dri_interface.h"
+#include "GL/internal/dri_interface.h"
#include "dri2_priv.h"
#if defined(HAVE_DRI3)
#include "dri3_priv.h"