diff --git a/src/engine/plugins/match.cpp b/src/engine/plugins/match.cpp index 0de44148a..f2c2af1a6 100644 --- a/src/engine/plugins/match.cpp +++ b/src/engine/plugins/match.cpp @@ -1,5 +1,4 @@ -#ifndef MATCH_HPP -#define MATCH_HPP +/* TODO(daniel-j-h): fix for new server api, uncomment when this compiles #include "engine/plugins/plugin_base.hpp" @@ -385,4 +384,4 @@ template class MapMatchingPlugin : public BasePlugin } } -#endif // MATCH_HPP +*/