From b9ce914ff6b83e5e6dc7522520b423fa64298d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=98=E4=B8=8D=E5=A6=82=E4=B8=80=E5=8F=AA=E7=8C=AA?= =?UTF-8?q?=E5=A8=81=E6=AD=A6?= Date: Thu, 9 Nov 2023 11:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/simulation_controller.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/controller/simulation_controller.h b/controller/simulation_controller.h index b0f1a7b..becd626 100644 --- a/controller/simulation_controller.h +++ b/controller/simulation_controller.h @@ -4,8 +4,6 @@ #include "../include/controller/base_controller.h" #include "../service/simulation_service.h" -#include "../entity/scene.h" -#include "../entity/scene_task.h" class SimulationController : public BaseController {