File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/core/modules/commands Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3030// This is required for accessing m_nFlags without patching convar.h
3131#define private public
3232
33- #include " commands_client.h"
3433#include " export_main.h"
3534#include " utilities/wrap_macros.h"
3635#include " modules/memory/memory_tools.h"
3736#include " boost/unordered_map.hpp"
3837
38+ #include " commands_client.h"
39+
3940
4041// -----------------------------------------------------------------------------
4142// Externals.
Original file line number Diff line number Diff line change 3232
3333#include < iostream>
3434#include < string>
35- #include " commands_say.h"
36- #include " commands_server.h"
37- #include " commands.h"
3835#include " utilities/call_python.h"
3936#include " boost/python/call.hpp"
4037#include " boost/shared_array.hpp"
4340#include " modules/listeners/listeners_manager.h"
4441#include " convar.h"
4542
43+ #include " commands_say.h"
44+ #include " commands.h"
45+
4646
4747// -----------------------------------------------------------------------------
4848// Global say command mapping.
Original file line number Diff line number Diff line change 3030// This is required for accessing m_nFlags without patching convar.h
3131#define private public
3232
33- #include " commands_say.h"
3433#include " export_main.h"
3534#include " utilities/wrap_macros.h"
3635#include " modules/memory/memory_tools.h"
3736#include " boost/unordered_map.hpp"
37+ #include " commands_say.h"
3838
3939
4040// -----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments