diff options
Diffstat (limited to 'include/xmloff/nmspmap.hxx')
-rw-r--r-- | include/xmloff/nmspmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/nmspmap.hxx b/include/xmloff/nmspmap.hxx index 636dc404f565..ce3965d7f876 100644 --- a/include/xmloff/nmspmap.hxx +++ b/include/xmloff/nmspmap.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_XMLOFF_NMSPMAP_HXX #define INCLUDED_XMLOFF_NMSPMAP_HXX -#include "sal/config.h" +#include <sal/config.h> #include <map> #include <utility> -#include "xmloff/dllapi.h" -#include "sal/types.h" +#include <xmloff/dllapi.h> +#include <sal/types.h> #include <rtl/ustring.hxx> #include <boost/unordered_map.hpp> #include <rtl/ref.hxx> |