diff options
author | Vinson Lee <[email protected]> | 2010-07-29 18:03:20 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 18:03:20 -0700 |
commit | e5c128379a7233200acc156b0a48ac669d419055 (patch) | |
tree | 3c6f2147859c57a7b759d72173c24efa9f72cf2f /src/mesa/main/bufferobj.h | |
parent | bbe1385201e993a84b5ddf9aebd85e87417bbef3 (diff) |
mesa: Reduce bufferobj.h header file inclusion.
Directly include mtypes.h instead of including context.h to include
mtypes.h.
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r-- | src/mesa/main/bufferobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index 912529cfdf9..f234d06c6cc 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -29,7 +29,7 @@ #define BUFFEROBJ_H -#include "context.h" +#include "mtypes.h" /* |