From 429541ac2a2253bd8cce2c444cb5cab3f302157f Mon Sep 17 00:00:00 2001 From: Greg-Griffith Date: Sat, 27 Apr 2019 23:59:24 +0900 Subject: [PATCH] fix incorrect header in rsm tests --- src/rsm/test/rsm_promotion_tests.cpp | 2 +- src/rsm/test/rsm_simple_tests.cpp | 2 +- src/rsm/test/rsm_starvation_tests.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rsm/test/rsm_promotion_tests.cpp b/src/rsm/test/rsm_promotion_tests.cpp index 9b7b61c5..7778d7ac 100644 --- a/src/rsm/test/rsm_promotion_tests.cpp +++ b/src/rsm/test/rsm_promotion_tests.cpp @@ -5,7 +5,7 @@ #include "recursive_shared_mutex.h" #include "test_cxx_rsm.h" -#include "timer.h" +#include "timedata.h" #include diff --git a/src/rsm/test/rsm_simple_tests.cpp b/src/rsm/test/rsm_simple_tests.cpp index 4c7845f2..20fd808a 100644 --- a/src/rsm/test/rsm_simple_tests.cpp +++ b/src/rsm/test/rsm_simple_tests.cpp @@ -5,7 +5,7 @@ #include "recursive_shared_mutex.h" #include "test_cxx_rsm.h" -#include "timer.h" +#include "timedata.h" #include diff --git a/src/rsm/test/rsm_starvation_tests.cpp b/src/rsm/test/rsm_starvation_tests.cpp index e9a9bc28..9ee2cc4a 100644 --- a/src/rsm/test/rsm_starvation_tests.cpp +++ b/src/rsm/test/rsm_starvation_tests.cpp @@ -5,7 +5,7 @@ #include "recursive_shared_mutex.h" #include "test_cxx_rsm.h" -#include "timer.h" +#include "timedata.h" #include