summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorGravatar archshift2015-02-18 22:18:47 -0800
committerGravatar archshift2015-02-18 22:26:22 -0800
commit5efd149ad56efb2a00332af5a791b403e7f70273 (patch)
tree90492d27a1c67a480f8675c269a63932cee28432 /src/common/common.h
parentMerge pull request #580 from lioncash/emplace (diff)
downloadyuzu-5efd149ad56efb2a00332af5a791b403e7f70273.tar.gz
yuzu-5efd149ad56efb2a00332af5a791b403e7f70273.tar.xz
yuzu-5efd149ad56efb2a00332af5a791b403e7f70273.zip
Remove the useless msg_handler compilation unit that was left over from Dolphin
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/common.h b/src/common/common.h
index ad2de6f2e..f5f2f8c34 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -28,7 +28,6 @@ private:
28#include "common/assert.h" 28#include "common/assert.h"
29#include "common/logging/log.h" 29#include "common/logging/log.h"
30#include "common/common_types.h" 30#include "common/common_types.h"
31#include "common/msg_handler.h"
32#include "common/common_funcs.h" 31#include "common/common_funcs.h"
33#include "common/common_paths.h" 32#include "common/common_paths.h"
34#include "common/platform.h" 33#include "common/platform.h"