PCH: remove headers which are actually could be changed (#950)

This commit is contained in:
yuyoyuppe
2019-12-17 11:21:46 +03:00
committed by GitHub
parent 619ed234a9
commit 303d1fef6b
33 changed files with 61 additions and 23 deletions

View File

@@ -4,6 +4,8 @@
#include <string>
#include <Windows.h>
#include "common.h"
class HWNDDataCache {
public:
WindowAndProcPath get_window_and_path(HWND hwnd);

View File

@@ -1,4 +1,6 @@
#include "pch.h"
#include "common.h"
#include "monitors.h"
bool operator==(const ScreenSize& lhs, const ScreenSize& rhs) {

View File

@@ -23,4 +23,3 @@
#include <string>
#include <vector>
#include "common.h"