Codechange: Move includes to correct place.

Some other source file inadvertently included things via smallmap_gui.h
This commit is contained in:
Peter Nelson
2023-10-31 02:07:29 +00:00
committed by Peter Nelson
parent ed8df72c49
commit 53845bc024
4 changed files with 14 additions and 10 deletions

View File

@@ -23,7 +23,12 @@
#include "window_func.h"
#include "company_base.h"
#include "zoom_func.h"
#include "strings_func.h"
#include "blitter/factory.hpp"
#include "linkgraph/linkgraph_gui.h"
#include "widgets/smallmap_widget.h"
#include "timer/timer.h"
#include "timer/timer_window.h"
#include "smallmap_gui.h"
#include "table/strings.h"