From 7ff690500ac74b916da4df6a6eb62c4dac8ced2b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 7 Apr 2020 11:41:55 +0100 Subject: Fix psapi.h to be windows only --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') 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" -- cgit v1.2.3