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/hooks/abrt-hook-ccpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hooks') diff --git a/src/hooks/abrt-hook-ccpp.c b/src/hooks/abrt-hook-ccpp.c index e920139b..f9a72a61 100644 --- a/src/hooks/abrt-hook-ccpp.c +++ b/src/hooks/abrt-hook-ccpp.c @@ -18,9 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "abrtlib.h" #include #include +#include "abrtlib.h" static char* malloc_readlink(const char *linkname) { -- cgit