diff --git a/test/benchmarks/01_DDR_SHIM_LM_FillRate/test.cpp b/test/benchmarks/01_DDR_SHIM_LM_FillRate/test.cpp index a982e7a029..22169216fa 100755 --- a/test/benchmarks/01_DDR_SHIM_LM_FillRate/test.cpp +++ b/test/benchmarks/01_DDR_SHIM_LM_FillRate/test.cpp @@ -8,7 +8,9 @@ // //===----------------------------------------------------------------------===// +#include "memory_allocator.h" #include "test_library.h" + #include #include #include @@ -21,7 +23,6 @@ #include #include "aie_inc.cpp" -#include "memory_allocator.h" int main(int argc, char *argv[]) { int n = 100; diff --git a/test/benchmarks/02_LM_SHIM_DDR_FillRate/test.cpp b/test/benchmarks/02_LM_SHIM_DDR_FillRate/test.cpp index 1153a56924..e18f4cc084 100755 --- a/test/benchmarks/02_LM_SHIM_DDR_FillRate/test.cpp +++ b/test/benchmarks/02_LM_SHIM_DDR_FillRate/test.cpp @@ -9,7 +9,9 @@ // //===----------------------------------------------------------------------===// +#include "memory_allocator.h" #include "test_library.h" + #include #include #include @@ -22,7 +24,6 @@ #include #include "aie_inc.cpp" -#include "memory_allocator.h" int main(int argc, char *argv[]) { int n = 100; diff --git a/test/benchmarks/03_Flood_DDR/test.cpp b/test/benchmarks/03_Flood_DDR/test.cpp index 6fa264f087..1da3003946 100755 --- a/test/benchmarks/03_Flood_DDR/test.cpp +++ b/test/benchmarks/03_Flood_DDR/test.cpp @@ -8,7 +8,9 @@ // //===----------------------------------------------------------------------===// +#include "memory_allocator.h" #include "test_library.h" + #include #include #include @@ -22,7 +24,6 @@ #include #include "aie_inc.cpp" -#include "memory_allocator.h" #define DMA_COUNT 7168