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

Enea Zaffanella zaffanella at cs.unipr.it
Thu Aug 3 19:22:18 CEST 2017


Module: ppl/ppl
Branch: devel
Commit: 401c35278d369a90e41965b70a43e3b21bdb6ebf
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=401c35278d369a90e41965b70a43e3b21bdb6ebf

Author: Enea Zaffanella <zaffanella at 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




More information about the PPL-devel mailing list