Commit 95b67c8b authored by Dick Hollenbeck's avatar Dick Hollenbeck

remove some headers, no good for my head

parent 4a2f8693
...@@ -38,19 +38,9 @@ ...@@ -38,19 +38,9 @@
*/ */
#include <string>
#include <vector>
#include <iostream>
#include <sstream> #include <sstream>
//#include <boost/filesystem.hpp>
//#include <boost/array.hpp>
//#include <boost/shared_ptr.hpp>
//#include <boost/enable_shared_from_this.hpp>
#include <boost/ptr_container/ptr_map.hpp> #include <boost/ptr_container/ptr_map.hpp>
#include <avhttp.hpp> // chinese SSL magic
#include <avhttp.hpp>
#include <wx/zipstrm.h> #include <wx/zipstrm.h>
#include <wx/mstream.h> #include <wx/mstream.h>
#include <wx/uri.h> #include <wx/uri.h>
...@@ -63,10 +53,8 @@ ...@@ -63,10 +53,8 @@
#include <class_board.h> #include <class_board.h>
#include <github_plugin.h> #include <github_plugin.h>
using namespace std; using namespace std;
typedef boost::ptr_map<std::string, wxZipEntry> MODULE_MAP; typedef boost::ptr_map<std::string, wxZipEntry> MODULE_MAP;
typedef MODULE_MAP::iterator MODULE_ITER; typedef MODULE_MAP::iterator MODULE_ITER;
typedef MODULE_MAP::const_iterator MODULE_CITER; typedef MODULE_MAP::const_iterator MODULE_CITER;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment