diff options
author | Vinson Lee <[email protected]> | 2010-12-24 18:35:10 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 18:35:10 -0800 |
commit | d59075303a2d64b619d592c104fe69cb39c67046 (patch) | |
tree | 015822250e83ed09813092546ad0af93e6d3d254 /src/mesa/swrast/s_aaline.h | |
parent | 499c77edf1ce9be6ba82da7169e4d8c731cd1604 (diff) |
swrast: Clean up header file inclusion in s_aaline.h.
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 f7d92c52412..74d5518e179 100644 --- a/src/mesa/swrast/s_aaline.h +++ b/src/mesa/swrast/s_aaline.h @@ -28,7 +28,7 @@ #define S_AALINE_H -#include "main/mtypes.h" +struct gl_context; extern void |