From: SmallJoker Date: Sat, 31 Mar 2018 12:33:54 +0000 (+0200) Subject: event.h: Fix import GCC warning caused by ce87310 X-Git-Tag: 5.0.0~478 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a8ca598915a906e665141dc79fc0c1bbab8cc91;p=oweals%2Fminetest.git event.h: Fix import GCC warning caused by ce87310 --- diff --git a/src/event.h b/src/event.h index ae200978c..149f7eecd 100644 --- a/src/event.h +++ b/src/event.h @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#import "irrlichttypes.h" +#include "irrlichttypes.h" class MtEvent {