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/die.cc b/aos/common/die.cc index 0ea7007..4c579cd 100644 --- a/aos/common/die.cc +++ b/aos/common/die.cc
@@ -7,11 +7,10 @@ #include <unistd.h> #include <string.h> #include <signal.h> +#include <stdint.h> #include <string> -#include "aos/aos_stdint.h" - namespace aos { void Die(const char *format, ...) {