Mesa (master): radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8

Alex Deucher agd5f at kemper.freedesktop.org
Fri Feb 10 16:32:37 UTC 2012


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

Author: Alex Deucher <alexander.deucher at amd.com>
Date:   Fri Feb 10 11:30:02 2012 -0500

radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8

Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

---

 src/mesa/drivers/dri/radeon/radeon_tcl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_tcl.c b/src/mesa/drivers/dri/radeon/radeon_tcl.c
index dee25ae..071f98f 100644
--- a/src/mesa/drivers/dri/radeon/radeon_tcl.c
+++ b/src/mesa/drivers/dri/radeon/radeon_tcl.c
@@ -34,8 +34,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 #include "main/glheader.h"
 #include "main/imports.h"
-#include "main/light.h"
 #include "main/mtypes.h"
+#include "main/light.h"
 #include "main/enums.h"
 
 #include "vbo/vbo.h"




More information about the mesa-commit mailing list