summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-10 11:57:13 -0700
committerBrian Paul <brianp@vmware.com>2009-01-10 11:57:13 -0700
commit1636328b0adefcebcc204d63980184a6d592efae (patch)
treecb43af3b4f93d5cc98b2156f463f4d220b51bf4c /src/mesa/drivers/x11/xmesaP.h
parent2c56dd775771d9d5ea2e22cf4ee4b5dbbbb2a03d (diff)
xmesa: deprecate the "XMesa" interface
Move the include/GL/xmesa*.h files to src/mesa/drivers/x11/ so they're no longer considered public.
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r--src/mesa/drivers/x11/xmesaP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h
index 98867ac710..6a6c9ef600 100644
--- a/src/mesa/drivers/x11/xmesaP.h
+++ b/src/mesa/drivers/x11/xmesaP.h
@@ -27,7 +27,7 @@
#define XMESAP_H
-#include "GL/xmesa.h"
+#include "xmesa.h"
#include "main/mtypes.h"
#if defined(FX)
#include "GL/fxmesa.h"