commit | 33858a37b0aebf19bad51e664b5238f57f95af4c | [log] [tgz] |
---|---|---|
author | John Park <johnhenryp@icloud.com> | Fri Sep 28 23:05:48 2018 -0700 |
committer | John Park <johnhenryp@icloud.com> | Sat Oct 13 19:36:22 2018 -0700 |
tree | abc7fdd2817cd432500e4dd689a7dfcd1055f8ec | |
parent | db4e8e58ee12c58d663ff152b5f6f6f55fb948b2 [diff] [blame] |
Removed Common Change-Id: I01ea8f07220375c2ad9bc0092281d4f27c642303
diff --git a/y2014_bot3/autonomous/auto_main.cc b/y2014_bot3/autonomous/auto_main.cc index 32c8cca..0697b9d 100644 --- a/y2014_bot3/autonomous/auto_main.cc +++ b/y2014_bot3/autonomous/auto_main.cc
@@ -1,8 +1,8 @@ #include <stdio.h> -#include "aos/common/time.h" +#include "aos/time/time.h" #include "aos/linux_code/init.h" -#include "aos/common/logging/logging.h" +#include "aos/logging/logging.h" #include "y2014_bot3/autonomous/auto.q.h" #include "y2014_bot3/autonomous/auto.h"