commit | c1dc7d20cd12d175ea3b7400f96b1f74aae89ea9 | [log] [tgz] |
---|---|---|
author | Brian <brians> | Wed Apr 02 12:21:08 2014 -0700 |
committer | Brian <brians> | Wed Apr 02 12:21:08 2014 -0700 |
tree | 60f1b41b235ad676f3cf5549c9732bdb056c9f60 | |
parent | 913ed57d13d8cbe05abed794856088e62989170c [diff] [blame] |
moved stuff to where it belongs
diff --git a/frc971/crio/dumb_main.cc b/frc971/crio/dumb_main.cc index 08c653e..116fc02 100644 --- a/frc971/crio/dumb_main.cc +++ b/frc971/crio/dumb_main.cc
@@ -3,7 +3,7 @@ #include "aos/common/network_port.h" #include "aos/crio/ip.h" -#include "aos/common/util.h" +#include "aos/common/util/inet_addr.h" using ::aos::util::MakeIPAddress; using ::aos::util::GetOwnIPAddress;