diff options
author | Alan Hourihane <[email protected]> | 2008-05-02 10:08:03 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2008-05-02 10:30:34 +0000 |
commit | 54507125e735ffa595e252282eaabf38095c21e1 (patch) | |
tree | eacd1698108af8b744ddf92ecb06e7cc89a5a66f /src/mesa/state_tracker/st_cb_clear.c | |
parent | a1cb0c2b915532e934b5d37bd0c550b1bfcc77ba (diff) |
Some changed for non-C99 compilers
Diffstat (limited to 'src/mesa/state_tracker/st_cb_clear.c')
-rw-r--r-- | src/mesa/state_tracker/st_cb_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_clear.c b/src/mesa/state_tracker/st_cb_clear.c index fe979f10bd5..b7d72046339 100644 --- a/src/mesa/state_tracker/st_cb_clear.c +++ b/src/mesa/state_tracker/st_cb_clear.c @@ -34,8 +34,8 @@ #include "main/glheader.h" #include "main/macros.h" #include "shader/prog_instruction.h" -#include "st_atom.h" #include "st_context.h" +#include "st_atom.h" #include "st_cb_accum.h" #include "st_cb_clear.h" #include "st_cb_fbo.h" |