summaryrefslogtreecommitdiff
path: root/ACE/ace/Proactor.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 08:32:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-08-09 08:32:10 +0000
commita9d7cbdc62c1b6b7bdcc2891529a48a01c2b30b1 (patch)
tree2d0381520bcc1750296d4dca2173da45536d60d8 /ACE/ace/Proactor.cpp
parent9a3fb6e9860c69dd9ed0b4700157d608b91703b6 (diff)
downloadATCD-a9d7cbdc62c1b6b7bdcc2891529a48a01c2b30b1.tar.gz
Fri Aug 9 08:30:41 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/*.h: Use /**/ for include of config-lite.h to not get it in all include diagrams with doxygen
Diffstat (limited to 'ACE/ace/Proactor.cpp')
-rw-r--r--ACE/ace/Proactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Proactor.cpp b/ACE/ace/Proactor.cpp
index 11292eb1169..64b2418ac89 100644
--- a/ACE/ace/Proactor.cpp
+++ b/ACE/ace/Proactor.cpp
@@ -1,6 +1,6 @@
// $Id$
-#include "ace/config-lite.h"
+#include /**/ "ace/config-lite.h"
#include "ace/Proactor.h"
#if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)