diff options
author | Chia-I Wu <[email protected]> | 2010-08-23 17:31:20 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-24 11:36:52 +0800 |
commit | d473543069b9156ea7a928f17fb15bc70545d4d1 (patch) | |
tree | f3b0f346ffdf4c53132fac04a53563a629f49f9c /src | |
parent | 59e6e765426a5877db7446e1e34bb7edd3dc1f74 (diff) |
st/dri: Remove unnecessary main/mtype.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/dri/common/dri_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/common/dri_context.h b/src/gallium/state_trackers/dri/common/dri_context.h index 692c49d7cd5..35b870a8a32 100644 --- a/src/gallium/state_trackers/dri/common/dri_context.h +++ b/src/gallium/state_trackers/dri/common/dri_context.h @@ -34,7 +34,6 @@ #include "pipe/p_compiler.h" #include "dri_wrapper.h" -#include "main/mtypes.h" struct pipe_context; struct pipe_fence; |