summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-06-24 23:12:27 +1000
committer Vas Crabb <vas@vastheman.com>2021-06-24 23:12:27 +1000
commit50da25ae5bd89c625c64d75d8a7c43c04b7cd618 (patch)
tree452cd7d8e37f57ec5024c1de79f669f161a5ae06 /src/emu
parent3a0f72424c263d1f347b4175bbe8033ce87d437a (diff)
-util: Retire legacy object pool, removing vestigial references.
Thanks to AJR, Ivan Vangelista and Aaron Giles for helping make this possible. Also fixed debug build of imgtool.
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/hashfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/hashfile.cpp b/src/emu/hashfile.cpp
index 32628708271..50a32a60b29 100644
--- a/src/emu/hashfile.cpp
+++ b/src/emu/hashfile.cpp
@@ -15,7 +15,6 @@
#include "emuopts.h"
#include "hash.h"
-#include "pool.h"
#include <pugixml.hpp>