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
6 changed files with 0 additions and 12 deletions

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, ...) \