Reorganize all includes in ripple_main.cpp

This commit is contained in:
Vinnie Falco
2013-06-03 17:38:28 -07:00
parent 34cb5c6569
commit 045c3cc01f
20 changed files with 503 additions and 535 deletions

View File

@@ -1,4 +1,7 @@
#ifndef RIPPLE_WSCONNECTION_H
#define RIPPLE_WSCONNECTION_H
#include "../websocketpp/src/sockets/autotls.hpp"
#include "../websocketpp/src/websocketpp.hpp"
@@ -255,4 +258,6 @@ private:
bool mDead;
};
#endif
// vim:ts=4