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/util/hei_bit_string.cpp b/src/util/hei_bit_string.cpp
index 25443a6..24de34e 100755
--- a/src/util/hei_bit_string.cpp
+++ b/src/util/hei_bit_string.cpp
@@ -2,9 +2,8 @@
  *  @brief BitString and BitStringBuffer class definitions
  */
 
-#include <util/hei_bit_string.hpp>
-
 #include <hei_user_defines.hpp>
+#include <util/hei_bit_string.hpp>
 
 #include <algorithm>