diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-07 02:23:33 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-07 02:23:33 +0200 |
| commit | 88093858fa6cf734bb832f7cc9ff06fe57f0ad2a (patch) | |
| tree | 4a73a8ae3acddfd0e8101f28bcee72fb9e35ddba /lib/Plugins/CCpp.cpp | |
| parent | 83a41775849cf6904bbd7f929d0bd1516759260f (diff) | |
| download | abrt-88093858fa6cf734bb832f7cc9ff06fe57f0ad2a.tar.gz abrt-88093858fa6cf734bb832f7cc9ff06fe57f0ad2a.tar.xz abrt-88093858fa6cf734bb832f7cc9ff06fe57f0ad2a.zip | |
Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.
30k smaller code.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/CCpp.cpp')
| -rw-r--r-- | lib/Plugins/CCpp.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index a47ca38..6d092bf 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -18,8 +18,8 @@ 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 "abrtlib.h" #include "CCpp.h" #include "ABRTException.h" #include "DebugDump.h" @@ -27,16 +27,7 @@ #include <fstream> #include <sstream> #include <set> -//#include <ctype.h> -//#include <unistd.h> -//#include <sys/types.h> -//#include <sys/wait.h> -//#include <fcntl.h> -//#include <stdlib.h> -//#include <string.h> #include <iomanip> -//#include <grp.h> -//#include <pwd.h> #include <nss.h> #include <sechash.h> |
