Remove broken windows header

It's not needed and breaks the build
This commit is contained in:
Nicolas Fella 2021-10-04 22:41:49 +02:00
parent 67d10d32bf
commit 4c73f1c71c
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#endif
#if defined Q_OS_WIN
#include <winbase.h>
#include <windows.h>
#endif