diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-11-09 00:58:46 -0800 |
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-11-09 00:58:46 -0800 |
| commit | b35d3b33e70ac6b2583c2099e22fe6162711228a (patch) | |
| tree | d5f5829eda9cf17546580ff1ab1cf2fc33415218 | |
| parent | 08354667a32b4006601563c1349f711bbbebf1eb (diff) | |
mesa: Clean up header file inclusion in fog.h.
| -rw-r--r-- | src/mesa/main/fog.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index 7df4f0b673..9191a4a54c 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -37,7 +37,10 @@ #define FOG_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL |
