diff options
author | Vinson Lee <[email protected]> | 2010-11-07 20:54:33 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-07 20:54:33 -0800 |
commit | e0bbb8e5a4ef39a8108a95c75bda98a4e03dfae7 (patch) | |
tree | d0f9f1223c81e389846cfcf6a74ef4e734c0d408 /src/mesa | |
parent | 76a5fed50196e1168ce463dec66be34c5d7d1e50 (diff) |
mesa: Clean up header file inclusion in depth.h.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/depth.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index d61d3b121ba..b498a471534 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -32,7 +32,10 @@ #define DEPTH_H -#include "mtypes.h" +#include "glheader.h" +#include "mfeatures.h" + +struct gl_context; #if _HAVE_FULL_GL |