projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b7b1db
)
gallium/rtasm: remove duplicated include
author
Nicolas Kaiser
<nikai@nikai.net>
Thu, 30 Sep 2010 14:25:36 +0000
(07:25 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 30 Sep 2010 15:36:21 +0000
(09:36 -0600)
Remove duplicated include.
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/rtasm/rtasm_execmem.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
index 65d5ce795bed1954d63e439afb87c6a04af1f9be..fbde1d191a4315c88c51d9f500d64f96963051ff 100644
(file)
--- 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)