From 580092d327c3035df57a325b85a6093eee6c27fc Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 7 Jun 2020 00:34:07 +0200 Subject: [PATCH] Fix compiling --- source/function_patcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/function_patcher.cpp b/source/function_patcher.cpp index aee1063..422eb50 100644 --- a/source/function_patcher.cpp +++ b/source/function_patcher.cpp @@ -4,7 +4,6 @@ #include #include #include -#include "defines.h" #include "function_patcher.h" #include "logger.h" #include "CThread.h"