Moved headers from framework.h to wCenterWindow.h.

This commit is contained in:
2023-05-20 13:00:48 +03:00
parent 9fe46f867c
commit cf16651ae2
4 changed files with 14 additions and 14 deletions

View File

@@ -4,16 +4,3 @@
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files
#include <fstream>
#include <filesystem>
#include <string>
#include <strsafe.h>
#include <windows.h>
#include <shellapi.h>
#include <CommCtrl.h>
// Project Specific Header Files
#include "logger.h"
#include "VersionInfo.h"