summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Category.inl
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-12 11:19:31 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-12 11:19:31 -0600
commitba6531d244b0ab03186baeecd0a49fa6f4a50295 (patch)
tree405b235f920c1b55b5654ea56b65524d2b085fad /ACE/ace/Log_Category.inl
parent74f5d92308ff3d0ae6012b2e4e4d3986c8ff5e8d (diff)
downloadATCD-ba6531d244b0ab03186baeecd0a49fa6f4a50295.tar.gz
Fixed fuzz checks and wchar build problems.
Diffstat (limited to 'ACE/ace/Log_Category.inl')
-rw-r--r--ACE/ace/Log_Category.inl2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/ace/Log_Category.inl b/ACE/ace/Log_Category.inl
index 3414a846bbd..42fcf84dc4f 100644
--- a/ACE/ace/Log_Category.inl
+++ b/ACE/ace/Log_Category.inl
@@ -111,8 +111,6 @@ ACE_Log_Category_TSS::log (ACE_Log_Priority priority, const ACE_ANTI_TCHAR *form
#endif /* ACE_HAS_WCHAR */
#else /* ACE_LACKS_VA_FUNCTIONS */
-#include "ace/Log_Record.h"
-
ACE_INLINE ssize_t
ACE_Log_Category_TSS::log (const ACE_Log_Formatter &formatter)
{