Use CommonWindows.h from Windows/ too.
Might as well. Everything still builds fine.
This commit is contained in:
parent
b46ab5f5a4
commit
97098f109a
23 changed files with 86 additions and 86 deletions
|
@ -1,11 +1,11 @@
|
|||
#include "Debugger_Lists.h"
|
||||
#include <Windows.h>
|
||||
#include "Windows/Debugger/Debugger_Lists.h"
|
||||
#include "Common/CommonWindows.h"
|
||||
#include <windowsx.h>
|
||||
#include <commctrl.h>
|
||||
#include "DebuggerShared.h"
|
||||
#include "CtrlDisAsmView.h"
|
||||
#include "Windows/Debugger/DebuggerShared.h"
|
||||
#include "Windows/Debugger/CtrlDisAsmView.h"
|
||||
#include "Windows/resource.h"
|
||||
#include "../main.h"
|
||||
#include "Windows/main.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue