forked from mirror/OpenTTD
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include "settings_type.h"
|
||||
#include "station_func.h"
|
||||
#include "core/alloc_type.hpp"
|
||||
#include "misc/smallvec.h"
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "window_func.h"
|
||||
#include "tilehighlight_func.h"
|
||||
#include "window_gui.h"
|
||||
|
Reference in New Issue
Block a user