projects
/
pocl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ee7e4
)
[PATCH 07/10] drop redundant #include
author
Andreas Beckmann
<anbe@debian.org>
Fri, 5 Feb 2021 16:46:49 +0000
(17:46 +0100)
committer
Andreas Beckmann
<anbe@debian.org>
Tue, 16 Feb 2021 10:00:57 +0000
(10:00 +0000)
Gbp-Pq: Name 0007-drop-redundant-include.patch
lib/CL/pocl_debug.h
patch
|
blob
|
history
diff --git
a/lib/CL/pocl_debug.h
b/lib/CL/pocl_debug.h
index f9521591331393918f9e1afd48f9f1755bbaab0f..718cc3910c808d7fc19b60f9e413dae927cfb450 100644
(file)
--- a/
lib/CL/pocl_debug.h
+++ b/
lib/CL/pocl_debug.h
@@
-103,10
+103,6
@@
extern "C" {
*errcode_ret = CL_SUCCESS; \
} } while (0)
-
-
-#include "config.h"
-
#ifdef POCL_DEBUG_MESSAGES
extern uint64_t pocl_debug_messages_filter;