diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
| commit | dac728745922a717db05f2e8dcbe6c533dc0df6f (patch) | |
| tree | 128a97ee72e43d5cd77d75623fddc432e5d8e72b /lib/plugins/CCpp.cpp | |
| parent | 6fa623fa36aed78b4c48700f675ebb0638702b0d (diff) | |
| download | abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.gz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.xz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.zip | |
abrtlib.h: include <assert.h> and "strbuf.h"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/plugins/CCpp.cpp')
| -rw-r--r-- | lib/plugins/CCpp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/plugins/CCpp.cpp b/lib/plugins/CCpp.cpp index c6bbaf28..2ecf9308 100644 --- a/lib/plugins/CCpp.cpp +++ b/lib/plugins/CCpp.cpp @@ -20,10 +20,7 @@ */ #include <set> #include <iomanip> -//#include <nss.h> -//#include <sechash.h> #include "abrtlib.h" -#include "strbuf.h" #include "CCpp.h" #include "abrt_exception.h" #include "debug_dump.h" @@ -31,7 +28,6 @@ #include "Polkit.h" #include "backtrace.h" #include "CCpp_sha1.h" -#include "strbuf.h" using namespace std; |
