summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/info.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2012-02-06 01:30:22 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2012-02-06 01:30:22 +0000
commita4098e8a3a49cac6405e427711b451749c951b1d (patch)
treead6adcf70b06feb277404ccad904fac5538a3d71 /src/emu/info.c
parent157d4c6bd360faf8209069a0e81169525e0f45f5 (diff)
Some cleanup of some observed #include redundancy from source files which use emu.h (nw)
Diffstat (limited to 'src/emu/info.c')
-rw-r--r--src/emu/info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/info.c b/src/emu/info.c
index 5fb12267fb5..17ceed52d82 100644
--- a/src/emu/info.c
+++ b/src/emu/info.c
@@ -43,7 +43,6 @@
#include "sound/samples.h"
#include "info.h"
#include "xmlfile.h"
-#include "hash.h"
#include "config.h"
#include <ctype.h>