Edit: remove unused include

pull/650/head
Dave Corley 10 months ago
parent 37a4b2a103
commit c7c2e90392

@ -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