aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common.h
diff options
context:
space:
mode:
authorGravatar archshift <admin@archshift.com>2015-02-18 22:18:47 -0800
committerGravatar archshift <admin@archshift.com>2015-02-18 22:26:22 -0800
commit5efd149ad56efb2a00332af5a791b403e7f70273 (patch)
tree90492d27a1c67a480f8675c269a63932cee28432 /src/common/common.h
parentec8f2210e3d437b93313f2565170fde393fcaae5 (diff)
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 ad2de6f2..f5f2f8c3 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -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"