diff options
author | Vinson Lee <[email protected]> | 2010-08-06 00:57:52 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-06 00:57:52 -0700 |
commit | a3439df79f1083ab7ec6beb5d4c766abe9cec709 (patch) | |
tree | cf77face66aaeee6069570f4e328c80eb45b9e8e /src/mesa/swrast/s_aaline.h | |
parent | a6859f5cccbec9f01d1ceea7f8ba055b787ff299 (diff) |
swrast: Reduce header file inclusion in s_aaline.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/swrast/s_aaline.h')
-rw-r--r-- | src/mesa/swrast/s_aaline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_aaline.h b/src/mesa/swrast/s_aaline.h index f1d708ec801..922eb230e51 100644 --- a/src/mesa/swrast/s_aaline.h +++ b/src/mesa/swrast/s_aaline.h @@ -28,7 +28,7 @@ #define S_AALINE_H -#include "swrast.h" +#include "main/mtypes.h" extern void |