diff options
Diffstat (limited to 'omnithread')
-rw-r--r-- | omnithread/omnithread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnithread/omnithread.h b/omnithread/omnithread.h index b6df34d72..bd916561e 100644 --- a/omnithread/omnithread.h +++ b/omnithread/omnithread.h @@ -73,7 +73,7 @@ class omni_thread; // #if !defined(OMNITHREAD_POSIX) && !defined(OMNITHREAD_NT) && defined HAVE_CONFIG_H -#include <config.h> +// #include <config.h> // No, No, No! Never include <config.h> from a header #endif #if defined(OMNITHREAD_POSIX) |