diff options
Diffstat (limited to 'include/tools/resary.hxx')
-rw-r--r-- | include/tools/resary.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tools/resary.hxx b/include/tools/resary.hxx index a652cc97b67a..b29d67b60bf3 100644 --- a/include/tools/resary.hxx +++ b/include/tools/resary.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_TOOLS_RESARY_HXX #define INCLUDED_TOOLS_RESARY_HXX -#include "boost/noncopyable.hpp" +#include <boost/noncopyable.hpp> #include <vector> -#include "tools/toolsdllapi.h" +#include <tools/toolsdllapi.h> #include <tools/resid.hxx> #define RESARRAY_INDEX_NOTFOUND (0xffffffff) |