From a75e32f7ef7fabe2d47ab1562c8c51b7abacd5f0 Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Mon, 16 Dec 2024 10:00:43 +0900 Subject: [PATCH] chore(aeva): remove pragma once in C file Signed-off-by: Max SCHMELLER --- .../src/nebula_aeva_hw_interfaces/aeva_hw_interface.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/nebula_hw_interfaces/src/nebula_aeva_hw_interfaces/aeva_hw_interface.cpp b/nebula_hw_interfaces/src/nebula_aeva_hw_interfaces/aeva_hw_interface.cpp index 3a3f2fedd..aa38833c7 100644 --- a/nebula_hw_interfaces/src/nebula_aeva_hw_interfaces/aeva_hw_interface.cpp +++ b/nebula_hw_interfaces/src/nebula_aeva_hw_interfaces/aeva_hw_interface.cpp @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#pragma once - #include "nebula_hw_interfaces/nebula_hw_interfaces_aeva/aeva_hw_interface.hpp" #include "nebula_hw_interfaces/nebula_hw_interfaces_aeva/connections/aeva_api.hpp"