From a7297a546b75a0d9a05aa1bbbd8e1196261d9c32 Mon Sep 17 00:00:00 2001 From: Luca Della Vedova Date: Wed, 8 Jan 2025 14:54:32 +0800 Subject: [PATCH] Minor cleanup in test code Signed-off-by: Luca Della Vedova --- nexus_common/src/task_remapper_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nexus_common/src/task_remapper_test.cpp b/nexus_common/src/task_remapper_test.cpp index 56215b6..c5b0061 100644 --- a/nexus_common/src/task_remapper_test.cpp +++ b/nexus_common/src/task_remapper_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Johnson & Johnson + * Copyright (C) 2024 Open Source Robotics Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ #include #include "task_remapper.hpp" -#include "test_utils.hpp" namespace nexus::common::test {