diff options
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r-- | sw/inc/ddefld.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index 938e515caef5..547cf9810a1d 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -23,9 +23,10 @@ #include <svl/hint.hxx> #include "swdllapi.h" #include "fldbas.hxx" -#include "ndarr.hxx" class SwDoc; +class SwNode; +class SwNodes; namespace sw { |