From 3cc019efeff86615972b11140b34938c36dbcc11 Mon Sep 17 00:00:00 2001 From: Bram Veenboer <veenboer@astron.nl> Date: Thu, 10 Aug 2023 09:09:43 +0000 Subject: [PATCH] Undo unneeded changes --- libtcc/Kernel.h | 4 ++-- test/Common/Record.h | 3 +-- test/Common/UnitTest.h | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/libtcc/Kernel.h b/libtcc/Kernel.h index 80a9fcf..1663577 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 b42fd4a..439d15d 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 5649618..e0bec26 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 -- GitLab