aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-03 00:04:59 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-03 00:04:59 +0300
commit6cfdf7e46444884fb8e20a916d6d5fce3f05d767 (patch)
tree502480d283fd0b927f2487b11ecd1db0482bf60b /web
parent1dcd92e762beb8e6a5abfdbd025df28eeda5fd51 (diff)
Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml
Diffstat (limited to 'web')
-rw-r--r--web/xhtml-fragment.cxx4
-rw-r--r--web/xhtml-fragment.hxx4
-rw-r--r--web/xhtml.hxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/web/xhtml-fragment.cxx b/web/xhtml-fragment.cxx
index 1d883ae..bed84be 100644
--- a/web/xhtml-fragment.cxx
+++ b/web/xhtml-fragment.cxx
@@ -7,8 +7,8 @@
#include <string>
#include <cassert>
-#include <xml/parser>
-#include <xml/serializer>
+#include <libstudxml/parser.hxx>
+#include <libstudxml/serializer.hxx>
#include <web/xhtml.hxx>
diff --git a/web/xhtml-fragment.hxx b/web/xhtml-fragment.hxx
index 9d58bbf..81064f7 100644
--- a/web/xhtml-fragment.hxx
+++ b/web/xhtml-fragment.hxx
@@ -9,8 +9,8 @@
#include <vector>
#include <utility> // pair
-#include <xml/parser>
-#include <xml/forward>
+#include <libstudxml/parser.hxx>
+#include <libstudxml/forward.hxx>
namespace web
{
diff --git a/web/xhtml.hxx b/web/xhtml.hxx
index 0809860..878c255 100644
--- a/web/xhtml.hxx
+++ b/web/xhtml.hxx
@@ -5,7 +5,7 @@
#ifndef WEB_XHTML_HXX
#define WEB_XHTML_HXX
-#include <xml/serializer>
+#include <libstudxml/serializer.hxx>
namespace web
{