Debugger: Cleanup.

- Split MessageCodes.h into a second file that separates out the
  application-specific message codes from those used by the core.
  Adjust includes accordingly. No functional change.
This commit is contained in:
Rene Gollent
2016-12-05 18:17:58 -05:00
parent 918f4a0733
commit 10ba334855
21 changed files with 92 additions and 64 deletions
@@ -31,6 +31,7 @@
#include <AutoLocker.h>
#include <ObjectList.h>
#include "AppMessageCodes.h"
#include "AutoDeleter.h"
#include "Breakpoint.h"
#include "DisassembledCode.h"