mesa: Clean up header file inclusion in version.c.
authorVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 08:45:08 +0000 (00:45 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 08:45:08 +0000 (00:45 -0800)
Include imports.h directly instead of indirectly through context.h.
version.c does use any symbols that are added by context.h.

src/mesa/main/version.c

index dd57d3b2ae374c81f493ea80ad21b84ea3523010..a10b86e761e29ddf1687ec58a051de9ef29a0f96 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 
-#include "context.h"
+#include "imports.h"
 #include "mtypes.h"
 #include "version.h"