Windows: Remove unused file.

This commit is contained in:
Unknown W. Brackets 2021-02-15 09:10:35 -08:00
parent 5ed5947804
commit 0c876754a6
2 changed files with 0 additions and 17 deletions

View File

@ -1966,7 +1966,6 @@ set(WindowsFiles
Windows/Debugger/CtrlMemView.h
Windows/Debugger/CtrlRegisterList.cpp
Windows/Debugger/CtrlRegisterList.h
Windows/Debugger/Debugger.h
Windows/Debugger/DebuggerShared.cpp
Windows/Debugger/DebuggerShared.h
Windows/Debugger/Debugger_Disasm.cpp

View File

@ -1,16 +0,0 @@
/////////////////////////////////////////////////////////////////////////////////////////////////////
// M O D U L E B E G I N ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef DEBUGGER_H
#define DEBUGGER_H
/////////////////////////////////////////////////////////////////////////////////////////////////////
// I N C L U D E S //////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
#include "Debugger_Disam.h"
#include "Debugger_BreakPoints.h"
#include "Debugger_LogManager.h"
#endif