mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
use CommonWindows.h
and remove unnecessary include
This commit is contained in:
parent
fa336edcb6
commit
10c2f055b4
13 changed files with 4 additions and 16 deletions
|
@ -29,7 +29,6 @@
|
|||
#include "Common/CommonWindows.h"
|
||||
#include "Common/StringUtils.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <windowsx.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "Windows/stdafx.h"
|
||||
#include <windowsx.h>
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include "..\resource.h"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <vector>
|
||||
|
||||
#include "Common/CommonWindows.h"
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "Common/Data/Convert/ColorConv.h"
|
||||
|
|
|
@ -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 };
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include <Windowsx.h>
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include <WinUser.h>
|
||||
#include <shellapi.h>
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "Misc.h"
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue