mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Common: Move CodeTrace.cpp/.h into Core
This interface relies on Core details and shouldn't be in Common to begin with, since it's not a general utility.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include <QTableWidget>
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Debug/CodeTrace.h"
|
||||
#include "Core/Debugger/CodeTrace.h"
|
||||
|
||||
class QKeyEvent;
|
||||
class QMouseEvent;
|
||||
|
Reference in New Issue
Block a user