writerfilter: Move includes accordingly.

Change-Id: I35c27dfa459fff3a2ee271333980c789d01fac56
This commit is contained in:
Jan Holesovsky 2014-08-08 10:33:29 +02:00
parent c74de6c2e2
commit 024e53766c
3 changed files with 2 additions and 4 deletions

View file

@ -24,7 +24,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <resourcemodel/WW8ResourceModel.hxx>
#include <string>
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include <libxml/xmlwriter.h>

View file

@ -31,10 +31,10 @@
#include <stack>
#include <queue>
#include <boost/optional.hpp>
#include <boost/unordered_map.hpp>
#ifndef INCLUDED_RESOURCESIDS
#include <ooxml/resourceids.hxx>
#endif
#include <dmapper/DomainMapper.hxx>
#include "DomainMapperTableManager.hxx"
#include "PropertyMap.hxx"

View file

@ -20,7 +20,6 @@
#ifndef INCLUDED_WRITERFILTER_SOURCE_OOXML_OOXMLFACTORY_HXX
#define INCLUDED_WRITERFILTER_SOURCE_OOXML_OOXMLFACTORY_HXX
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include <resourcemodel/WW8ResourceModel.hxx>