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_masking.c | |
parent | ae8a766b6acc2dad90b894320eda5324cd6b0e41 (diff) |
Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@.
Diffstat (limited to 'dist/Mesa/src/mesa/swrast/s_masking.c')
-rw-r--r-- | dist/Mesa/src/mesa/swrast/s_masking.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Mesa/src/mesa/swrast/s_masking.c b/dist/Mesa/src/mesa/swrast/s_masking.c index a69720e83..df779b073 100644 --- a/dist/Mesa/src/mesa/swrast/s_masking.c +++ b/dist/Mesa/src/mesa/swrast/s_masking.c @@ -28,8 +28,8 @@ */ -#include "glheader.h" -#include "macros.h" +#include "main/glheader.h" +#include "main/macros.h" #include "s_context.h" #include "s_masking.h" |