[GIT] ppl/ppl(devel): Do not include config.h in header files.

3 Aug
2017
3 Aug
'17
7:22 p.m.
Module: ppl/ppl Branch: devel Commit: 401c35278d369a90e41965b70a43e3b21bdb6ebf URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=401c35278d369...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Tue Nov 15 10:31:49 2016 +0100
Do not include config.h in header files.
---
src/thread_safe.hh | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/thread_safe.hh b/src/thread_safe.hh index 0edc50c..8b1746b 100644 --- a/src/thread_safe.hh +++ b/src/thread_safe.hh @@ -24,8 +24,6 @@ site: http://bugseng.com/products/ppl/ . */ #ifndef PPL_thread_safe_hh #define PPL_thread_safe_hh 1
-#include <config.h> - #ifdef PPL_THREAD_SAFE #define PPL_TLS thread_local #else
2963
Age (days ago)
2963
Last active (days ago)
0 comments
1 participants
participants (1)
-
Enea Zaffanella