Strip includes

This commit is contained in:
Vinnie Falco
2013-06-18 09:04:51 -07:00
parent 2abec05b5b
commit d9f222fa83
54 changed files with 80 additions and 287 deletions

View File

@@ -11,26 +11,6 @@
// Improvements to be more strict and to provide better diagnostics are welcome.
//
#include <iostream>
#include <cstdlib>
#include <boost/asio.hpp>
#include <boost/asio/ssl.hpp>
#include <boost/bind.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>
#include <boost/regex.hpp>
#include <openssl/buffer.h>
#include <openssl/evp.h>
#include "RPC.h"
#include "RPCErr.h"
#include "CallRPC.h"
SETUP_LOG (RPCParser)
static inline bool isSwitchChar (char c)