From 98eceb3456303e8fe24e3a1420aec23ebe0c3d5c Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Wed, 30 Aug 2023 16:56:17 -0600 Subject: [PATCH] Fix include order (#613) --- test/benchmarks/01_DDR_SHIM_LM_FillRate/test.cpp | 3 ++- test/benchmarks/02_LM_SHIM_DDR_FillRate/test.cpp | 3 ++- test/benchmarks/03_Flood_DDR/test.cpp | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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