From 95b67c8bf8ad1990f4eee0dfa423592b230d8ea0 Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Sat, 21 Sep 2013 02:45:25 -0500 Subject: [PATCH] remove some headers, no good for my head --- pcbnew/github/github_plugin.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pcbnew/github/github_plugin.cpp b/pcbnew/github/github_plugin.cpp index 665948d37d..aba27a6fcd 100644 --- a/pcbnew/github/github_plugin.cpp +++ b/pcbnew/github/github_plugin.cpp @@ -38,19 +38,9 @@ */ -#include -#include -#include #include - -//#include -//#include -//#include -//#include #include - -#include - +#include // chinese SSL magic #include #include #include @@ -63,10 +53,8 @@ #include #include - using namespace std; - typedef boost::ptr_map MODULE_MAP; typedef MODULE_MAP::iterator MODULE_ITER; typedef MODULE_MAP::const_iterator MODULE_CITER;