diff --git a/libtcc/Kernel.h b/libtcc/Kernel.h
index 80a9fcf21885534999e571fd41cae842a4a81fdc..1663577f9796d56d02c25e29dcea2abcb127e302 100644
--- a/libtcc/Kernel.h
+++ b/libtcc/Kernel.h
@@ -1,10 +1,10 @@
 #if !defined TCC_KERNEL_H
 #define TCC_KERNEL_H
 
-#include <stdint.h>
-
 #include <cudawrappers/cu.hpp>
 
+#include <stdint.h>
+
 namespace tcc {
   class Kernel
   {
diff --git a/test/Common/Record.h b/test/Common/Record.h
index b42fd4ac835ee4b910015ebc777db99dc2cb0ec7..439d15da7d778ce1238dad562ccc01757d881e0d 100644
--- a/test/Common/Record.h
+++ b/test/Common/Record.h
@@ -1,10 +1,9 @@
 #if !defined RECORD_H
 #define RECORD_H
 
-#include <cudawrappers/cu.hpp>
-
 #include "test/Common/Config.h"
 
+#include <cudawrappers/cu.hpp>
 #if defined MEASURE_POWER
 #include <powersensor/NVMLPowerSensor.h>
 #endif
diff --git a/test/Common/UnitTest.h b/test/Common/UnitTest.h
index 5649618729076769c5893a06fdbf52265c454af7..e0bec26eebd317753033f7f68fa72263c93ebce5 100644
--- a/test/Common/UnitTest.h
+++ b/test/Common/UnitTest.h
@@ -2,7 +2,6 @@
 #define UNIT_TEST_H
 
 #include <cudawrappers/cu.hpp>
-
 #include "test/Common/Record.h"
 
 #if defined MEASURE_POWER