diff options
author | Vinson Lee <[email protected]> | 2010-12-24 18:48:00 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-12-24 18:48:00 -0800 |
commit | 775e373dd9e7c1fd5ac94799371d2a4e9bd86133 (patch) | |
tree | a48b303a1a9f519c347ec418d9f9e1277193b2d9 /src/mesa/swrast/s_aatriangle.h | |
parent | d59075303a2d64b619d592c104fe69cb39c67046 (diff) |
swrast: Clean up header file inclusion in s_aatriangle.h.
Diffstat (limited to 'src/mesa/swrast/s_aatriangle.h')
-rw-r--r-- | src/mesa/swrast/s_aatriangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_aatriangle.h b/src/mesa/swrast/s_aatriangle.h index 746e456f5f4..e40efb1985b 100644 --- a/src/mesa/swrast/s_aatriangle.h +++ b/src/mesa/swrast/s_aatriangle.h @@ -28,7 +28,7 @@ #define S_AATRIANGLE_H -#include "main/mtypes.h" +struct gl_context; extern void |