Mesa (master): glsl: Clean up header file inclusion in slang_link.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 15 08:07:28 UTC 2010


Module: Mesa
Branch: master
Commit: babea9f1f600d78363122d19259165ef46932189
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=babea9f1f600d78363122d19259165ef46932189

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Aug 15 01:06:43 2010 -0700

glsl: Clean up header file inclusion in slang_link.h.

Remove slang_compile.h.
Include mtypes.h for GLcontext symbol.

---

 src/mesa/slang/slang_link.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/slang/slang_link.h b/src/mesa/slang/slang_link.h
index 2b44d20..3e9fa2d 100644
--- a/src/mesa/slang/slang_link.h
+++ b/src/mesa/slang/slang_link.h
@@ -25,7 +25,7 @@
 #ifndef SLANG_LINK_H
 #define SLANG_LINK_H 1
 
-#include "slang_compile.h"
+#include "main/mtypes.h"
 
 
 extern void




More information about the mesa-commit mailing list