diff options
author | Vinson Lee <[email protected]> | 2010-07-28 22:27:52 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-28 22:27:52 -0700 |
commit | 7e4e79be6bba7cf68046bd77aa8d44fb52ca5186 (patch) | |
tree | ed4afc12cfde9708ef8fffc625246f67801c80d1 | |
parent | 2c343af09873f35cbc7b265d5606a228fe304bb9 (diff) |
mesa: Remove unnecessary header.
-rw-r--r-- | src/mesa/main/formats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h index aa14185628f..ad176caaa0f 100644 --- a/src/mesa/main/formats.h +++ b/src/mesa/main/formats.h @@ -33,7 +33,7 @@ #define FORMATS_H -#include "main/mtypes.h" +#include <GL/gl.h> |