Move generic packages from frc971/analysis to aos
To eliminate a dependency of aos on frc971.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: Ic4a8f75da29f8e8c6675d96f02824cd08a9b99be
diff --git a/aos/events/logging/timestamp_plot.cc b/aos/events/logging/timestamp_plot.cc
index e266716..8aee90d 100644
--- a/aos/events/logging/timestamp_plot.cc
+++ b/aos/events/logging/timestamp_plot.cc
@@ -1,9 +1,9 @@
#include "absl/strings/str_cat.h"
#include "absl/strings/str_split.h"
+#include "aos/analysis/in_process_plotter.h"
#include "aos/init.h"
#include "aos/util/file.h"
-#include "frc971/analysis/in_process_plotter.h"
using frc971::analysis::Plotter;