From 2815ca864c5ad743254a39461225ff9ac8ae0af7 Mon Sep 17 00:00:00 2001 From: wangfei Date: Mon, 21 Aug 2023 16:22:00 +0800 Subject: [PATCH] chore: adjust the include files in main.cpp add the include files QCommandLineOption QCommandLineParse remove the unused include files Log: adjust the include files in main.cpp --- app/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index c1d5ffb..ac2f60f 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -2,16 +2,17 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -#include "mainview.h" -#include "widgetmanager.h" #include "widgetsserver.h" -#include "displaymodepanel.h" #include "accessible/accessible.h" +#include +#include + #include #include #include #include + DGUI_USE_NAMESPACE WIDGETS_USE_NAMESPACE