diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-28 12:19:32 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-03-28 12:19:32 +0000 |
commit | d0df856cd0eae793019475cce31fcacf55fc637c (patch) | |
tree | 9a48c8bb8aa336a397486dba1f7fd25ef025768c /ace/Task_T.cpp | |
parent | 9040384de53bed2523ca3152c7ee5bdaaf895290 (diff) | |
download | ATCD-d0df856cd0eae793019475cce31fcacf55fc637c.tar.gz |
removed ACE_TEMPLATES_REQUIRE_SOURCE around #include of "ace/Module.h"
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r-- | ace/Task_T.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp index 6626d19571c..489ec46371b 100644 --- a/ace/Task_T.cpp +++ b/ace/Task_T.cpp @@ -6,9 +6,7 @@ #define ACE_BUILD_DLL #include "ace/Task_T.h" -#if defined (ACE_TEMPLATES_REQUIRE_SOURCE) #include "ace/Module.h" -#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #include "ace/Service_Config.h" #if !defined (__ACE_INLINE__) |