The Road to Clang-Format part 2

Fun and interesting facts about includes

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Id7bea92ab2b03edfcbf78cf470a5047522c5d372
diff --git a/src/chip_data/hei_chip_data_stream.hpp b/src/chip_data/hei_chip_data_stream.hpp
index 25b8635..8b59fe9 100755
--- a/src/chip_data/hei_chip_data_stream.hpp
+++ b/src/chip_data/hei_chip_data_stream.hpp
@@ -20,9 +20,10 @@
 **/
 
 #include <endian.h>
-#include <hei_includes.hpp>
 #include <string.h>
 
+#include <hei_includes.hpp>
+
 namespace libhei
 {