From 4dfbb81891dd12b093308b91899d1d8fb084bf6d Mon Sep 17 00:00:00 2001 From: Nicolas Kaiser Date: Mon, 25 Apr 2011 18:37:08 +0200 Subject: [PATCH] main: remove duplicated includes Remove duplicated includes of guarded headers. Signed-off-by: Nicolas Kaiser Signed-off-by: Brian Paul --- src/mesa/main/pack.c | 1 - src/mesa/main/texstore.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 4bb0a90045e..ad8ab9d0056 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 cf12241342c..c4fe82a0b94 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" -- 2.11.0