remove unused psapi header

This commit is contained in:
FunkyFr3sh 2024-05-10 02:43:40 +02:00
parent 47e1af94d0
commit c90af52dac
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>
#include <psapi.h>
#include "directinput.h"
#include "dd.h"
#include "winapi_hooks.h"