[Mesa-dev] [PATCH 03/24] gallium/rtasm: remove duplicated include
Nicolas Kaiser
nikai at nikai.net
Thu Sep 30 07:25:36 PDT 2010
Remove duplicated include.
---
src/gallium/auxiliary/rtasm/rtasm_execmem.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
index 65d5ce7..fbde1d1 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
@@ -58,7 +58,6 @@
#include <unistd.h>
#include <sys/mman.h>
-#include "os/os_thread.h"
#include "util/u_mm.h"
#define EXEC_HEAP_SIZE (10*1024*1024)
--
1.7.2.2
More information about the mesa-dev
mailing list