diff options
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r-- | sw/inc/docary.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 8e89c8f528b9..932c31f327e8 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -33,15 +33,15 @@ #include <boost/multi_index/ordered_index.hpp> #include <boost/multi_index/random_access_index.hpp> -#include <swtypes.hxx> -#include <ndarr.hxx> -#include <charfmt.hxx> -#include <fmtcol.hxx> -#include <frmfmt.hxx> -#include <section.hxx> -#include <fldbas.hxx> -#include <tox.hxx> -#include <numrule.hxx> +#include "swtypes.hxx" +#include "ndarr.hxx" +#include "charfmt.hxx" +#include "fmtcol.hxx" +#include "frmfmt.hxx" +#include "section.hxx" +#include "fldbas.hxx" +#include "tox.hxx" +#include "numrule.hxx" class SwRangeRedline; class SwExtraRedline; |