aboutsummaryrefslogtreecommitdiff
path: root/src/function/transform.h
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-06-30 19:28:46 +0200
committerAdrian Kummerlaender2014-06-30 19:28:46 +0200
commit437b9d9911a4313a834e1840f8cc8e98ce821ac5 (patch)
tree7ced2c603c26bc437fd7fc97f7dff38d13324635 /src/function/transform.h
parentbd39d49464dbd17eb3d4cdbb5784431e43e56fbf (diff)
downloadInputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar.gz
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar.bz2
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar.lz
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar.xz
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.tar.zst
InputXSLT-437b9d9911a4313a834e1840f8cc8e98ce821ac5.zip
Switched external text formatter parameter to boost::filesystem::path
* this increases consistency accross all external functions * enables usage of non-global formatter executables
Diffstat (limited to 'src/function/transform.h')
-rw-r--r--src/function/transform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/function/transform.h b/src/function/transform.h
index cda5502..234a1d0 100644
--- a/src/function/transform.h
+++ b/src/function/transform.h
@@ -3,8 +3,6 @@
#include <xalanc/XSLT/XSLTInputSource.hpp>
-#include <boost/filesystem.hpp>
-
#include "base.h"
namespace InputXSLT {