Removing useless #include <stdio.h>

This commit is contained in:
Hilderin 2023-11-10 09:59:18 -05:00
parent 7dd194192c
commit d3890d2e0e

View File

@ -36,7 +36,6 @@
#include <string.h>
#include <windowsx.h>
#include <shellapi.h>
#include <stdio.h>
// Returns the window style for the specified window
//