From b61d25aa3408df547bd858d5383fe28567039da3 Mon Sep 17 00:00:00 2001 From: Tobias Rehbein Date: Tue, 7 Jan 2025 19:58:49 +0100 Subject: [PATCH] Remove unused includes Reported by clangd. --- client/top_bar.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/top_bar.cpp b/client/top_bar.cpp index 655ee02649..6d013f77e3 100644 --- a/client/top_bar.cpp +++ b/client/top_bar.cpp @@ -24,7 +24,6 @@ // common #include "chatline_common.h" -#include "government.h" #include "nation.h" #include "research.h" @@ -32,10 +31,8 @@ #include "client_main.h" #include "climisc.h" #include "fc_client.h" -#include "fonts.h" #include "page_game.h" #include "qtg_cxxside.h" -#include "ratesdlg_g.h" #include "tileset/sprite.h" #include "top_bar.h" #include "views/view_map.h"