mesa: Directly include mfeatures.h in files that perform feature tests.

This commit is contained in:
Vinson Lee
2011-01-07 00:08:24 -08:00
parent 7c320a869b
commit db61b9ce39
54 changed files with 54 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#include "hash.h"
#include "imports.h"
#include "context.h"
#include "mfeatures.h"
#if FEATURE_ARB_vertex_buffer_object
#include "bufferobj.h"
#endif