From 6cfdf7e46444884fb8e20a916d6d5fce3f05d767 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 3 May 2017 00:04:59 +0300 Subject: Adapt to adding hxx extension for headers and libstud prefix for library dir in libstudxml --- web/xhtml-fragment.cxx | 4 ++-- web/xhtml-fragment.hxx | 4 ++-- web/xhtml.hxx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'web') 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 #include -#include -#include +#include +#include #include 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 #include // pair -#include -#include +#include +#include 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 +#include namespace web { -- cgit v1.1