Fixing header issues.

This commit is contained in:
clemahieu 2015-01-05 22:35:39 -06:00
commit 98d99dedeb
14 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <fstream>
#include <boost/property_tree/json_parser.hpp>

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <fstream>

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (pull_synchronization, empty)
{

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (conflicts, start_stop)
{

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (gap_cache, add_new)
{

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <cryptopp/filters.h>
#include <cryptopp/randpool.h>

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
namespace {
class test_visitor : public rai::message_visitor

View file

@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include <boost/thread.hpp>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (network, tcp_connection)
{

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (peer_container, empty_peers)
{

View file

@ -1,5 +1,5 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <thread>
#include <atomic>

View file

@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include <boost/thread.hpp>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>

View file

@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <fstream>
TEST (wallet, no_key)

View file

@ -1,6 +1,6 @@
#include <gtest/gtest.h>
#include <rai/core/core.hpp>
#include <rai/node.hpp>
TEST (wallets, open_create)
{

View file

@ -1,4 +1,4 @@
#include <rai/core/core.hpp>
#include <rai/node.hpp>
#include <boost/property_tree/json_parser.hpp>