Move over to ABSL logging and flags.
Removes gperftools too since that wants gflags.
Here come the fireworks.
Change-Id: I79cb7bcf60f1047fbfa28bfffc21a0fd692e4b1c
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/flatbuffer_utils.cc b/aos/flatbuffer_utils.cc
index afa1cb4..9021c78 100644
--- a/aos/flatbuffer_utils.cc
+++ b/aos/flatbuffer_utils.cc
@@ -1,8 +1,9 @@
#include "aos/flatbuffer_utils.h"
+#include "absl/log/check.h"
+#include "absl/log/log.h"
#include "flatbuffers/minireflect.h"
#include "flatbuffers/reflection_generated.h"
-#include "glog/logging.h"
namespace aos {