From b43343b0e713d70936d32069a21e96334b08dd82 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:37:43 -0600 Subject: fdo#65108 inter-module includes <> include/tools Change-Id: I5f44f041e465230d10d562e8bd6f141848465e07 --- include/tools/resary.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tools/resary.hxx') 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 #include -#include "tools/toolsdllapi.h" +#include #include #define RESARRAY_INDEX_NOTFOUND (0xffffffff) -- cgit