Use CommonWindows.h from Windows/ too.

Might as well.  Everything still builds fine.
This commit is contained in:
Unknown W. Brackets 2013-07-28 21:01:49 -07:00
parent b46ab5f5a4
commit 97098f109a
23 changed files with 86 additions and 86 deletions

View file

@ -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
{