writerfilter: Move includes accordingly.
Change-Id: I35c27dfa459fff3a2ee271333980c789d01fac56
This commit is contained in:
parent
c74de6c2e2
commit
024e53766c
3 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue