summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/os_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/os_time.h')
-rw-r--r--ace/os_include/sys/os_time.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/os_include/sys/os_time.h b/ace/os_include/sys/os_time.h
index 7f65f5cb568..4fb260bcd7e 100644
--- a/ace/os_include/sys/os_time.h
+++ b/ace/os_include/sys/os_time.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file os_time.h
+ * @file os_time.h
*
* time types
*
@@ -30,10 +30,6 @@
# include /**/ <sys/time.h>
#endif /* !ACE_LACKS_SYS_TIME_H */
-#if defined (ACE_VXWORKS) && (ACE_VXWORKS == 0x620)
-# include /**/ <time.h> // VxWorks 6.2 defined timeval in time.h
-#endif
-
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
extern "C"