diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-05 18:35:02 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-05 18:35:02 +0100 |
| commit | ab0b3530d71464b316657656a4116d292880a915 (patch) | |
| tree | c1635f4395c21a901b5e850ea1a16977cd8f5f8c /lib/Plugins/Firefox.cpp | |
| parent | 3eb31571804247a6ba51349f5a78ad7a334d3e7e (diff) | |
| download | abrt-ab0b3530d71464b316657656a4116d292880a915.tar.gz abrt-ab0b3530d71464b316657656a4116d292880a915.tar.xz abrt-ab0b3530d71464b316657656a4116d292880a915.zip | |
CCpp analyzer: fix rhbz#552435 (bt rating misinterpreting # chars)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Firefox.cpp')
| -rw-r--r-- | lib/Plugins/Firefox.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Plugins/Firefox.cpp b/lib/Plugins/Firefox.cpp index 98d892b..7bee46d 100644 --- a/lib/Plugins/Firefox.cpp +++ b/lib/Plugins/Firefox.cpp @@ -19,7 +19,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include <sys/wait.h> #include <fstream> #include <sstream> #include <set> |
