mirror of
https://github.com/monero-project/monero.git
synced 2026-06-12 19:11:36 -07:00
common: remove unused windows header
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user