Mesa (master): main: remove duplicated includes

Brian Paul brianp at kemper.freedesktop.org
Mon Apr 25 17:03:22 UTC 2011


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

Author: Nicolas Kaiser <nikai at nikai.net>
Date:   Mon Apr 25 18:37:08 2011 +0200

main: remove duplicated includes

Remove duplicated includes of guarded headers.

Signed-off-by: Nicolas Kaiser <nikai at nikai.net>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

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

diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c
index 4bb0a90..ad8ab9d 100644
--- a/src/mesa/main/pack.c
+++ b/src/mesa/main/pack.c
@@ -37,7 +37,6 @@
 #include "mtypes.h"
 #include "pack.h"
 #include "pixeltransfer.h"
-#include "imports.h"
 
 
 /**
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index cf12241..c4fe82a 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -63,7 +63,6 @@
 #include "pack.h"
 #include "pbo.h"
 #include "imports.h"
-#include "pack.h"
 #include "texcompress.h"
 #include "texcompress_fxt1.h"
 #include "texcompress_rgtc.h"




More information about the mesa-commit mailing list