diff options
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index dbe4290bad26..560a655f055a 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -24,15 +24,15 @@ #include <editeng/svxenum.hxx> #include <editeng/numitem.hxx> #include "swdllapi.h" -#include <swtypes.hxx> -#include <calbck.hxx> -#include <hints.hxx> -#include <SwNumberTreeTypes.hxx> -#include <ndarr.hxx> +#include "swtypes.hxx" +#include "calbck.hxx" +#include "hints.hxx" +#include "SwNumberTreeTypes.hxx" +#include "ndarr.hxx" #include <unordered_map> #include <memory> #include <vector> -#include <charfmt.hxx> +#include "charfmt.hxx" class SwTextFormatColl; class IDocumentListsAccess; |