From eac74c23ec743fea825041f869f0b25f33b2826c Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Tue, 21 Jul 2020 20:39:00 +0200 Subject: [PATCH] Fix linter issues --- src/app/modman.cpp | 1 - src/ui/screen/screen_mod_list.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/app/modman.cpp b/src/app/modman.cpp index cf552641..06c2b430 100644 --- a/src/app/modman.cpp +++ b/src/app/modman.cpp @@ -33,7 +33,6 @@ #include #include #include -#include "modman.h" using namespace boost::filesystem; diff --git a/src/ui/screen/screen_mod_list.h b/src/ui/screen/screen_mod_list.h index ac039bee..e75d4baa 100644 --- a/src/ui/screen/screen_mod_list.h +++ b/src/ui/screen/screen_mod_list.h @@ -23,11 +23,6 @@ #include "ui/screen/screen.h" -#include "level/level_category.h" - -#include -#include - namespace Ui { class CMainDialog;