diff options
author | 2012-02-06 01:30:22 +0000 | |
---|---|---|
committer | 2012-02-06 01:30:22 +0000 | |
commit | a4098e8a3a49cac6405e427711b451749c951b1d (patch) | |
tree | ad6adcf70b06feb277404ccad904fac5538a3d71 /src/emu/uiinput.c | |
parent | 157d4c6bd360faf8209069a0e81169525e0f45f5 (diff) |
Some cleanup of some observed #include redundancy from source files which use emu.h (nw)
Diffstat (limited to 'src/emu/uiinput.c')
-rw-r--r-- | src/emu/uiinput.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/uiinput.c b/src/emu/uiinput.c index f4bc645d8bd..2cb781a5d19 100644 --- a/src/emu/uiinput.c +++ b/src/emu/uiinput.c @@ -11,7 +11,6 @@ #include "emu.h" #include "uiinput.h" -#include "profiler.h" #include "render.h" |