Module: Mesa
Branch: texformat-rework
Commit: fa3046431a0da5990043fd4856602b0ba57ff9af
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa3046431a0da5990043fd4856602b0ba57ff9af

Author: Brian Paul <[email protected]>
Date:   Thu Oct 15 14:57:45 2009 -0600

dri/common: updated #includes

---

 src/mesa/drivers/dri/common/texmem.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/mesa/drivers/dri/common/texmem.c 
b/src/mesa/drivers/dri/common/texmem.c
index 798c09f..895139b 100644
--- a/src/mesa/drivers/dri/common/texmem.c
+++ b/src/mesa/drivers/dri/common/texmem.c
@@ -42,14 +42,10 @@
  * application.
  */
 
-#include "texmem.h"
-#include "main/simple_list.h"
 #include "main/imports.h"
 #include "main/macros.h"
-#include "main/texformat.h"
-
-#include <assert.h>
-
+#include "main/simple_list.h"
+#include "texmem.h"
 
 
 static unsigned dummy_swap_counter;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to