common: remove unused windows header

This commit is contained in:
tobtoht
2026-05-27 21:19:18 +02:00
parent 56b176c602
commit ade493582a
+1 -5
View File
@@ -69,13 +69,9 @@ using namespace epee;
#include "readline_buffer.h"
#ifdef WIN32
#ifndef STRSAFE_NO_DEPRECATE
#define STRSAFE_NO_DEPRECATE
#endif
#include <windows.h>
#include <shlobj.h>
#include <strsafe.h>
#else
#else
#include <sys/file.h>
#include <sys/stat.h>
#endif