Skip to content

Commit

Permalink
xglobals: Remove unnecessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Nov 16, 2024
1 parent 4fb20ae commit abe1e14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mcfgthread/xglobals.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
#include <winternl.h>
#include <winerror.h>
#include <sysinfoapi.h>
#include <profileapi.h>
#include <realtimeapiset.h>
#include <heapapi.h>
#include <libloaderapi.h>
#include <processthreadsapi.h>
#include <wincon.h>

#if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__
# error Windows platforms are assumed to be little-endian.
Expand Down

0 comments on commit abe1e14

Please sign in to comment.