summaryrefslogtreecommitdiff
path: root/ACE/ace/SStringfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SStringfwd.h')
-rw-r--r--ACE/ace/SStringfwd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ACE/ace/SStringfwd.h b/ACE/ace/SStringfwd.h
index 26f4810674c..315553751ce 100644
--- a/ACE/ace/SStringfwd.h
+++ b/ACE/ace/SStringfwd.h
@@ -25,12 +25,6 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if ((36300 <= __HP_aCC) && (__HP_aCC <= 37300))
-// Due to a bug in the aCC 3.xx compiler need to define the ACE_String_Base
-// template before we can typedef ACE_CString
-# include "ace/String_Base.h"
-#endif /* __HP_aCC */
-
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class CHAR> class ACE_String_Base; // Forward declaration.