commit | 4a424a237a0832d9f61d5b11b853d220ae81303c | [log] [tgz] |
---|---|---|
author | Brian <brians> | Wed Apr 02 11:52:45 2014 -0700 |
committer | Brian <brians> | Wed Apr 02 11:52:45 2014 -0700 |
tree | ae91a49820cf9d1671fe8b2451fe9b709fbe783f | |
parent | b3adec1a8ba6af5f101303ec9050a0e15a0817ea [diff] [blame] |
removed various old cRIO stuff
diff --git a/aos/common/time.h b/aos/common/time.h index ca1d207..1dc1def 100644 --- a/aos/common/time.h +++ b/aos/common/time.h
@@ -3,17 +3,12 @@ #include <stdint.h> #include <time.h> - -#ifndef __VXWORKS__ -#include <type_traits> #include <sys/time.h> -#else -#include <sysLib.h> -#include <sys/times.h> -#endif +#include <stdint.h> + +#include <type_traits> #include <ostream> -#include "aos/aos_stdint.h" #include "aos/common/type_traits.h" namespace aos {