From 4aa0ab1724e8fe19775d6be982ec312604a2a6b3 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sat, 23 Jul 2016 12:49:33 -0400 Subject: Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and hashing.[cpp|h]) into util:: --- src/lib/util/hashing.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/util/hashing.h') diff --git a/src/lib/util/hashing.h b/src/lib/util/hashing.h index 51a7da7c694..8b58d3afc8b 100644 --- a/src/lib/util/hashing.h +++ b/src/lib/util/hashing.h @@ -20,6 +20,7 @@ #include "sha1.h" +namespace util { //************************************************************************** // TYPE DEFINITIONS //************************************************************************** @@ -217,4 +218,6 @@ protected: }; +} // namespace util + #endif // __HASHING_H__ -- cgit v1.2.3-70-g09d2