aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-04-07 11:41:55 +0100
committergingerBill <bill@gingerbill.org>2020-04-07 11:41:55 +0100
commit7ff690500ac74b916da4df6a6eb62c4dac8ced2b (patch)
tree3e96446d72315af6721766a0de5288f7883eefba /src/main.cpp
parentd0b913dad1325bde1bdb3df32c20cca273cb1c0a (diff)
Fix psapi.h to be windows only
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c81470ade..1b0a91d9b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -13,7 +13,6 @@ gb_global Timings global_timings = {0};
#if defined(LLVM_BACKEND_SUPPORT)
#include "llvm-c/Types.h"
#endif
-#include "psapi.h"
#include "parser.hpp"
#include "checker.hpp"