use CommonWindows.h and remove unnecessary include

This commit is contained in:
haorui wang 2023-06-25 21:12:45 +08:00
parent fa336edcb6
commit 10c2f055b4
13 changed files with 4 additions and 16 deletions

View file

@ -29,7 +29,6 @@
#include "Common/CommonWindows.h"
#include "Common/StringUtils.h"
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>

View file

@ -1,7 +1,6 @@
#include "Windows/Debugger/Debugger_Lists.h"
#include "Common/CommonWindows.h"
#include <windowsx.h>
#include <windows.h>
#include <commctrl.h>
#include "Windows/Debugger/BreakpointWindow.h"
#include "Windows/Debugger/CtrlDisAsmView.h"

View file

@ -1,6 +1,5 @@
#include "Windows/stdafx.h"
#include <windowsx.h>
#include <windows.h>
#include <commctrl.h>
#include "..\resource.h"

View file

@ -1,6 +1,5 @@
#include "Common/CommonWindows.h"
#include <windowsx.h>
#include <windows.h>
#include <commctrl.h>
#include "Windows/resource.h"
#include "Common/Data/Encoding/Utf8.h"

View file

@ -22,7 +22,6 @@
#include <vector>
#include "Common/CommonWindows.h"
#include <windows.h>
#include <commctrl.h>
#include "Common/Data/Convert/ColorConv.h"

View file

@ -8,7 +8,6 @@
#include "GPU/GPUState.h"
#include "Core/Config.h"
#include <windowsx.h>
#include <windows.h>
#include <commctrl.h>
enum { WM_GEDBG_LISTS_CHANGELIST = WM_USER+400, WM_GEDBG_LISTS_GOTOSTACKPC };

View file

@ -15,7 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <windows.h>
#include "Common/CommonWindows.h"
#include <commctrl.h>
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"

View file

@ -15,7 +15,7 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include <windows.h>
#include "Common/CommonWindows.h"
#include <commctrl.h>
#include "Common/CommonTypes.h"
#include "Common/Data/Encoding/Utf8.h"

View file

@ -27,7 +27,6 @@
#include <Windowsx.h>
#include <shellapi.h>
#include <windows.h>
#include <commctrl.h>
#include <string>

View file

@ -1,9 +1,6 @@
#pragma once
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <Windows.h>
#include <windows.h>
#include "Common/CommonWindows.h"
#include <commctrl.h>
#include <Uxtheme.h>
#include <WindowsX.h>

View file

@ -5,8 +5,8 @@
#pragma once
#include "Common/CommonWindows.h"
#include <cstdint>
#include <windows.h>
#include <winnt.h>
template <typename T, typename T1, typename T2>

View file

@ -3,7 +3,6 @@
#include <WinUser.h>
#include <shellapi.h>
#include <windows.h>
#include <commctrl.h>
#include "Misc.h"

View file

@ -2,7 +2,6 @@
#include "DialogManager.h"
#include "Windows/MainWindow.h"
#include <windowsx.h>
#include <windows.h>
#include <commctrl.h>
const DWORD tabControlStyleMask = ~(WS_POPUP | WS_TILEDWINDOW);