Removed old converter include.

This commit is contained in:
Thulinma 2015-04-16 12:40:31 +02:00
parent 243a05c8af
commit 2e052fa2a1

View file

@ -1,9 +1,7 @@
#include <mist/converter.h>
#include <mist/json.h> #include <mist/json.h>
namespace Controller { namespace Controller {
extern JSON::Value capabilities; ///< Global storage of capabilities extern JSON::Value capabilities; ///< Global storage of capabilities
//extern Converter::Converter * myConverter;
void checkCapable(JSON::Value & capa); void checkCapable(JSON::Value & capa);
void checkAvailProtocols(); void checkAvailProtocols();
} }