From 7a1a5f0946640f36f489ecc8ce61b4c15e84fd78 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Wed, 2 Sep 2020 17:50:48 -0230 Subject: [PATCH] Fix compile errors. --- src/debugger/gui/DebuggerDialog.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/debugger/gui/DebuggerDialog.cxx b/src/debugger/gui/DebuggerDialog.cxx index 9c51f567b..17716b634 100644 --- a/src/debugger/gui/DebuggerDialog.cxx +++ b/src/debugger/gui/DebuggerDialog.cxx @@ -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,