mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
PCH: remove headers which are actually could be changed (#950)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <string>
|
||||
#include <Windows.h>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
class HWNDDataCache {
|
||||
public:
|
||||
WindowAndProcPath get_window_and_path(HWND hwnd);
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "pch.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "monitors.h"
|
||||
|
||||
bool operator==(const ScreenSize& lhs, const ScreenSize& rhs) {
|
||||
|
||||
@@ -23,4 +23,3 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "common.h"
|
||||
|
||||
Reference in New Issue
Block a user