diff options
author | joye <joye> | 2013-08-29 19:55:13 (GMT) |
---|---|---|
committer | joye <joye> | 2013-08-29 19:55:13 (GMT) |
commit | ffc3a1b6eae2121328bcf90fe39fcfa2e1172c97 (patch) | |
tree | 1d4faf4729d51a532028a2a60e63e1bcd54eb0dd /src | |
parent | af1dfeca8ff68e30ecdb3a5cd5b67d4b64ab6cab (diff) | |
download | blt-ffc3a1b6eae2121328bcf90fe39fcfa2e1172c97.zip blt-ffc3a1b6eae2121328bcf90fe39fcfa2e1172c97.tar.gz blt-ffc3a1b6eae2121328bcf90fe39fcfa2e1172c97.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltVector.C | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/bltVector.C b/src/bltVector.C index f1b278f..b876872 100644 --- a/src/bltVector.C +++ b/src/bltVector.C @@ -48,17 +48,6 @@ #include "bltSwitch.h" #include <bltMath.h> -#ifdef TIME_WITH_SYS_TIME -#include <sys/time.h> -#include <time.h> -#else -#ifdef HAVE_SYS_TIME_H -#include <sys/time.h> -#else -#include <time.h> -#endif /* HAVE_SYS_TIME_H */ -#endif /* TIME_WITH_SYS_TIME */ - #ifndef TCL_NAMESPACE_ONLY #define TCL_NAMESPACE_ONLY TCL_GLOBAL_ONLY #endif |