From a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 17 Jun 2011 16:31:27 +0200 Subject: clean up after libreport separation into a different source tree Signed-off-by: Denys Vlasenko --- src/lib/hooklib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/hooklib.c b/src/lib/hooklib.c index 365d5953..b5fcec20 100644 --- a/src/lib/hooklib.c +++ b/src/lib/hooklib.c @@ -15,9 +15,9 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "libreport.h" -#include "hooklib.h" #include +#include "internal_libreport.h" +#include "hooklib.h" void check_free_space(unsigned setting_MaxCrashReportsSize) { -- cgit