Common: Remove other Common prefixed headers from Common.h

This commit is contained in:
Lioncash 2015-09-26 17:13:07 -04:00
parent 19ac565e0d
commit cc036ca86c
62 changed files with 107 additions and 32 deletions

View file

@ -7,7 +7,9 @@
#include <string>
#include "Common/CommonTypes.h"
#include "Common/MsgHandler.h"
#include "Common/StringUtil.h"
#include "Common/Logging/Log.h"
bool DefaultMsgHandler(const char* caption, const char* text, bool yes_no, int Style);
static MsgAlertHandler msg_handler = DefaultMsgHandler;