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

@@ -3,3 +3,15 @@
//
#pragma once
#include "resource.h"
// Windows Header Files
#include <fstream>
#include <filesystem>
#include <string>
#include <strsafe.h>
#include <windows.h>
#include <shellapi.h>
#include <CommCtrl.h>
// VerionInfo header file
#include "VersionInfo.h"