1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:23:53 +00:00

Merge pull request #2396 from akortunov/master

Remove BOM from CPP files
This commit is contained in:
Alexei Dobrohotov 2019-05-21 21:22:34 +03:00 committed by GitHub
commit 54ee08cb75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "physicssystem.hpp" #include "physicssystem.hpp"
#include <osg/Group> #include <osg/Group>

View file

@ -1,4 +1,4 @@
#include "asyncnavmeshupdater.hpp" #include "asyncnavmeshupdater.hpp"
#include "debug.hpp" #include "debug.hpp"
#include "makenavmesh.hpp" #include "makenavmesh.hpp"
#include "settings.hpp" #include "settings.hpp"