From 082e820e925100c78c3e606cc16d97a7e8cf173c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 24 Jul 2021 15:15:49 +0200 Subject: [PATCH] minor fix --- bsp_q7s/core/CoreController.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp_q7s/core/CoreController.cpp b/bsp_q7s/core/CoreController.cpp index 8d9a0146..dddc4c97 100644 --- a/bsp_q7s/core/CoreController.cpp +++ b/bsp_q7s/core/CoreController.cpp @@ -10,8 +10,6 @@ #include -#include - CoreController::CoreController(object_id_t objectId): ExtendedControllerBase(objectId, objects::NO_OBJECT, 5) { }