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 {