event.h: Fix import GCC warning caused by ce87310
authorSmallJoker <mk939@ymail.com>
Sat, 31 Mar 2018 12:33:54 +0000 (14:33 +0200)
committerSmallJoker <mk939@ymail.com>
Sat, 31 Mar 2018 12:33:54 +0000 (14:33 +0200)
src/event.h

index ae200978c2a040a590589c9ed1915398fd880ae6..149f7eecd906dd40f06f3f1c0064e6f81e4c99db 100644 (file)
@@ -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
 {