Merge pull request #5 from MWMadness/clean-on-me-when-youre-not-strong

Edit: remove unused include
pull/655/head
Dave Corley 10 months ago committed by GitHub
commit 2fadbb52c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,6 @@
#include <components/settings/settings.hpp>
#include <components/version/version.hpp>
#include <components/openmw-mp/ErrorMessages.hpp>
#include <components/openmw-mp/TimedLog.hpp>
#include <components/openmw-mp/NetworkMessages.hpp>
#include <components/openmw-mp/Utils.hpp>

@ -36,7 +36,6 @@
Include additional headers for multiplayer purposes
*/
#include <components/openmw-mp/ErrorMessages.hpp>
#include <components/openmw-mp/TimedLog.hpp>
#include <components/openmw-mp/Utils.hpp>
#include <components/openmw-mp/Version.hpp>

@ -1,9 +0,0 @@
#ifndef OPENMW_ERRORMESSAGES_HPP
#define OPENMW_ERRORMESSAGES_HPP
#define TES3MP_CREDITS_ERROR ("To respect the hard work that has gone into creating TES3MP, you are\n"\
"required to keep an unmodified tes3mp-credits file corresponding to this\n"\
"version of the code in the same folder as this executable. It can have either\n"\
"an .md or a .txt extension.")
#endif //OPENMW_ERRORMESSAGES_HPP
Loading…
Cancel
Save