mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
PCH: remove headers which are actually could be changed (#950)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "pch.h"
|
||||
#include "general_settings.h"
|
||||
#include "auto_start_helper.h"
|
||||
|
||||
#include <common/common.h>
|
||||
#include <common/settings_helpers.h>
|
||||
#include "powertoy_module.h"
|
||||
#include <common/windows_colors.h>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "restart_elevated.h"
|
||||
#include "resource.h"
|
||||
|
||||
#include <common/common.h>
|
||||
#include <common/dpi_aware.h>
|
||||
|
||||
#if _DEBUG && _WIN64
|
||||
|
||||
@@ -22,5 +22,4 @@
|
||||
#include <tuple>
|
||||
#include <unordered_set>
|
||||
#include <string>
|
||||
#include <common/common.h>
|
||||
#include <ProjectTelemetry.h>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "settings_window.h"
|
||||
#include "tray_icon.h"
|
||||
#include <Windows.h>
|
||||
#include <common/common.h>
|
||||
|
||||
extern "C" IMAGE_DOS_HEADER __ImageBase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user