From 6b2ab74c0be25cd58f76d5161b552868e173597c Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 5 Feb 2019 14:03:57 +0100 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- src/fileexporterxslt.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fileexporterxslt.cpp') diff --git a/src/fileexporterxslt.cpp b/src/fileexporterxslt.cpp index 14991e6..0474de3 100644 --- a/src/fileexporterxslt.cpp +++ b/src/fileexporterxslt.cpp @@ -17,10 +17,10 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include +#include -#include -#include +#include "fileexporterxml.h" +#include "xsltransform.h" #include "fileexporterxslt.h" -- cgit v1.2.3