From db611b102eb882bbb61678ff9a7e0649958e5dbb Mon Sep 17 00:00:00 2001 From: Xpl0itU Date: Fri, 22 Jul 2022 16:05:37 +0200 Subject: [PATCH] Change to fsa.h --- include/mocha/mocha.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/mocha/mocha.h b/include/mocha/mocha.h index 97f1419..54a968d 100644 --- a/include/mocha/mocha.h +++ b/include/mocha/mocha.h @@ -1,9 +1,7 @@ #pragma once -#include -#include #include +#include #include -#include #ifdef __cplusplus extern "C" {