Fix compile errors.

This commit is contained in:
Stephen Anthony 2020-09-02 17:50:48 -02:30
parent 00841dc6ec
commit 7a1a5f0946
1 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
#include "DataGridOpsWidget.hxx"
#include "EditTextWidget.hxx"
#include "MessageBox.hxx"
#include "debugger.hxx"
#include "debuggerParser.hxx"
#include "Debugger.hxx"
#include "DebuggerParser.hxx"
#include "ConsoleFont.hxx"
#include "ConsoleBFont.hxx"
#include "ConsoleMediumFont.hxx"
@ -50,7 +50,7 @@
#include "FrameManager.hxx"
#include "OSystem.hxx"
#include "Console.hxx"
#include "debuggerDialog.hxx"
#include "DebuggerDialog.hxx"
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DebuggerDialog::DebuggerDialog(OSystem& osystem, DialogContainer& parent,