core: Move emu_window and key_map into core

* Removes circular dependences (common should not depend on core)
This commit is contained in:
MerryMage 2016-12-23 13:37:40 +00:00
parent 5e8ef00497
commit 64f98f4d0f
14 changed files with 16 additions and 16 deletions

View file

@ -3,11 +3,9 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU
set(SRCS
break_points.cpp
emu_window.cpp
file_util.cpp
framebuffer_layout.cpp
hash.cpp
key_map.cpp
logging/filter.cpp
logging/text_formatter.cpp
logging/backend.cpp
@ -34,11 +32,9 @@ set(HEADERS
common_funcs.h
common_paths.h
common_types.h
emu_window.h
file_util.h
framebuffer_layout.h
hash.h
key_map.h
linear_disk_cache.h
logging/text_formatter.h
logging/filter.h