Common: Move DebugInterface.h into Core

The base DebugInterface now depends on the Core's CPUThreadGuard, and
utilities in Common shouldn't be depending on Core facilities. So, we
can move this into the core library instead.
This commit is contained in:
Lioncash
2023-06-12 10:27:37 -04:00
parent 3ce06ae202
commit 41df38cb7c
9 changed files with 37 additions and 45 deletions

View File

@ -36,7 +36,6 @@ add_library(common
Debug/Threads.h
Debug/Watches.cpp
Debug/Watches.h
DebugInterface.h
DynamicLibrary.cpp
DynamicLibrary.h
ENet.cpp