Commit b966597e authored by jan.koester's avatar jan.koester
Browse files

test

parent bdefe6dc
Loading
Loading
Loading
Loading
+15 −4
Original line number Diff line number Diff line
@@ -2,11 +2,22 @@

#include <string>

#include <tinyxml2.h>
#include <htmlpp/html.h>
#include <json-c/json.h>
#include "../../../src/plugin.h"

#include "plugin.h"
struct json_object;

namespace tinyxml2 {
class XMLDocument;
class XMLElement;
}

namespace libhttppp {
class HttpRequest;
}

namespace libhtmlpp {
class HtmlElement;
}

namespace blogi::webedit {