From 6b36135970dd9ba4694e626e3fbd8166c64d8cdc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 7 Jan 2010 12:37:45 +0100 Subject: ccpp: add a possibility to disable backtrace generation + assorted minor tweaks 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 906e815..23d6f5c 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -1,4 +1,3 @@ -#include #include "Python.h" #include "DebugDump.h" #include "ABRTException.h" -- cgit