Clean header includes

This commit is contained in:
2011-08-20 11:43:12 +02:00
parent fc3093d176
commit ad29793f8c
39 changed files with 123 additions and 105 deletions

View File

@@ -17,6 +17,9 @@
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
*/
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include "XMLExportEngine.h"
static XMLExportEngine xmlExportEngine;

View File

@@ -20,9 +20,6 @@
#ifndef XMLEXPORTENGINE_H
#define XMLEXPORTENGINE_H
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
#include <model/model.h>
#include <controller/KissCount.h>
#include "ExportEngine.h"