summaryrefslogtreecommitdiff
path: root/src/win95/string.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/string.hpp')
-rw-r--r--src/win95/string.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/win95/string.hpp b/src/win95/string.hpp
index 9994a67..bb0a56a 100644
--- a/src/win95/string.hpp
+++ b/src/win95/string.hpp
@@ -1,10 +1,6 @@
#ifndef _included_string_hpp_
#define _included_string_hpp_
-#ifdef __WATCOMC__
-#include <string.hpp>
-#else
-
#ifndef __cplusplus
#error "string.hpp requires C++ compilation"
#endif
@@ -179,5 +175,3 @@ inline int valid(String const & str)
}
#endif
-
-#endif