Remove the useless msg_handler compilation unit that was left over from Dolphin

This commit is contained in:
archshift
2015-02-18 22:18:47 -08:00
parent ec8f2210e3
commit 5efd149ad5
8 changed files with 13 additions and 180 deletions

View File

@ -28,7 +28,6 @@ private:
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/common_types.h"
#include "common/msg_handler.h"
#include "common/common_funcs.h"
#include "common/common_paths.h"
#include "common/platform.h"