Mesa (master): mesa: Clean up header file inclusion in cpuinfo.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 8 11:03:42 UTC 2011


Module: Mesa
Branch: master
Commit: d8cfe464424b41bd986276e19427f0079778bf8f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8cfe464424b41bd986276e19427f0079778bf8f

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan  8 03:03:17 2011 -0800

mesa: Clean up header file inclusion in cpuinfo.c.

---

 src/mesa/main/cpuinfo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/cpuinfo.c b/src/mesa/main/cpuinfo.c
index 35de69b..6363512 100644
--- a/src/mesa/main/cpuinfo.c
+++ b/src/mesa/main/cpuinfo.c
@@ -23,7 +23,7 @@
  */
 
 
-#include "main/imports.h"
+#include "main/compiler.h"
 #include "main/cpuinfo.h"
 
 




More information about the mesa-commit mailing list