summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2011-04-25 18:37:08 +0200
committerBrian Paul <brianp@vmware.com>2011-04-25 11:03:01 -0600
commit4dfbb81891dd12b093308b91899d1d8fb084bf6d (patch)
tree8cc6ad7764a2576a86ee6ce2d60c1024897ea807
parent6a35ed1f66f0839fb0a6fdb6c07167257a0a2e72 (diff)
main: remove duplicated includes
Remove duplicated includes of guarded headers. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--src/mesa/main/pack.c1
-rw-r--r--src/mesa/main/texstore.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c
index 4bb0a90045..ad8ab9d005 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 cf12241342..c4fe82a0b9 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"