Remove unused headers (#2471)

This commit is contained in:
Nghia M. Luong 2020-04-30 10:14:33 -07:00 committed by GitHub
parent 7903fe52b4
commit c768b6bd0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 12 deletions

View file

@ -7,7 +7,6 @@
#include <msi.h>
#include <common/common.h>
#include <common/json.h>
#include <common/version.h>
#include <common/settings_helpers.h>
#include <common/winstore.h>
#include <common/notifications.h>

View file

@ -1,8 +1,6 @@
#include "pch.h"
#include "auto_start_helper.h"
#include "general_settings.h"
#include <Lmcons.h>
#include <comdef.h>
@ -10,8 +8,6 @@
#pragma comment(lib, "taskschd.lib")
#pragma comment(lib, "comsupp.lib")
#include <Shlobj.h>
// Helper macros from wix.
// TODO: use "s" and "..." parameters to report errors from these functions.
#define ExitOnFailure(x, s, ...) \

View file

@ -4,7 +4,6 @@
#include <filesystem>
#include "tray_icon.h"
#include "powertoy_module.h"
#include "lowlevel_keyboard_event.h"
#include "trace.h"
#include "general_settings.h"
#include "restart_elevated.h"

View file

@ -1,7 +1,5 @@
#include "pch.h"
#include "powertoy_module.h"
#include "lowlevel_keyboard_event.h"
#include <algorithm>
std::map<std::wstring, PowertoyModule>& modules()
{

View file

@ -2,7 +2,6 @@
#include <WinSafer.h>
#include <Sddl.h>
#include <sstream>
#include <accctrl.h>
#include <aclapi.h>
#include "powertoy_module.h"

View file

@ -8,9 +8,6 @@
#include <common/updating/updating.h>
#include <runner/general_settings.h>
#include <winrt/Windows.Web.Http.h>
#include <winrt/Windows.Web.Http.Headers.h>
bool start_msi_uninstallation_sequence()
{
const auto package_path = updating::get_msi_package_path();