diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:26:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:26:44 +0000 |
commit | 33665e806ec3493ea068df52d152741bf74492e6 (patch) | |
tree | 3c50cc5c49821093573f5d2085a068e950221062 /dist/Mesa/src/mesa/swrast/s_lines.h | |
parent | ae8a766b6acc2dad90b894320eda5324cd6b0e41 (diff) |
Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@.
Diffstat (limited to 'dist/Mesa/src/mesa/swrast/s_lines.h')
-rw-r--r-- | dist/Mesa/src/mesa/swrast/s_lines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Mesa/src/mesa/swrast/s_lines.h b/dist/Mesa/src/mesa/swrast/s_lines.h index 5372b99b9..22979a02b 100644 --- a/dist/Mesa/src/mesa/swrast/s_lines.h +++ b/dist/Mesa/src/mesa/swrast/s_lines.h @@ -27,7 +27,7 @@ #ifndef S_LINES_H #define S_LINES_H -#include "mtypes.h" +#include "swrast.h" void _swrast_choose_line( GLcontext *ctx ); |