From 6832a2fa9a345e47091a22a3edfc62d5c47890fd Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Tue, 21 May 2019 19:22:34 +0400 Subject: [PATCH] Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus) --- apps/openmw/mwphysics/physicssystem.cpp | 2 +- components/detournavigator/asyncnavmeshupdater.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openmw/mwphysics/physicssystem.cpp b/apps/openmw/mwphysics/physicssystem.cpp index 3ba8d346d..32d1d5ca8 100644 --- a/apps/openmw/mwphysics/physicssystem.cpp +++ b/apps/openmw/mwphysics/physicssystem.cpp @@ -1,4 +1,4 @@ -#include "physicssystem.hpp" +#include "physicssystem.hpp" #include diff --git a/components/detournavigator/asyncnavmeshupdater.cpp b/components/detournavigator/asyncnavmeshupdater.cpp index 01ce57581..b42a6b650 100644 --- a/components/detournavigator/asyncnavmeshupdater.cpp +++ b/components/detournavigator/asyncnavmeshupdater.cpp @@ -1,4 +1,4 @@ -#include "asyncnavmeshupdater.hpp" +#include "asyncnavmeshupdater.hpp" #include "debug.hpp" #include "makenavmesh.hpp" #include "settings.hpp"