Clang-format aos
It has drifted... Clean it up a bit.
Change-Id: I2fe31a2187b4f690634ae6942786575db20192af
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/vision/events/tcp_client.h b/aos/vision/events/tcp_client.h
index 74f1418..8aab2cc 100644
--- a/aos/vision/events/tcp_client.h
+++ b/aos/vision/events/tcp_client.h
@@ -1,11 +1,11 @@
#ifndef _AOS_VISION_DEBUG_TCP_CLIENT_H_
#define _AOS_VISION_DEBUG_TCP_CLIENT_H_
-#include "aos/vision/events/epoll_events.h"
-
#include <memory>
#include <string>
+#include "aos/vision/events/epoll_events.h"
+
namespace aos {
namespace events {