From 2860fc63ac8246fe78efd47d7319b52e8372a48c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 15 Oct 2010 14:11:23 +0200 Subject: mve md5 hash from Python plugin to abrtlib Signed-off-by: Denys Vlasenko --- lib/plugins/Python.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/plugins/Python.cpp') diff --git a/lib/plugins/Python.cpp b/lib/plugins/Python.cpp index 5e4cc02a..77839570 100644 --- a/lib/plugins/Python.cpp +++ b/lib/plugins/Python.cpp @@ -19,7 +19,6 @@ #include "abrtlib.h" #include "Python.h" #include "abrt_exception.h" -#include "Python_hash.h" using namespace std; -- cgit