(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
#include "../stdafx.h"
|
||||
#include "../debug.h"
|
||||
#include "network_data.h"
|
||||
#include "../string.h"
|
||||
#include "network_client.h"
|
||||
#include "../command_func.h"
|
||||
#include "../callback_table.h"
|
||||
#include "../core/alloc_func.hpp"
|
||||
#include "../string_func.h"
|
||||
|
||||
// Add a command to the local command queue
|
||||
void NetworkAddCommandQueue(NetworkTCPSocketHandler *cs, CommandPacket *cp)
|
||||
|
Reference in New Issue
Block a user