Merge pull request #4781

187115c cleanup include of assert.h (Philip Kaufmann)
This commit is contained in:
Pieter Wuille 2014-08-30 02:38:23 +02:00
commit f5f1ab8dc3
No known key found for this signature in database
GPG key ID: 8F653255C87992E0
2 changed files with 4 additions and 2 deletions

View file

@ -5,10 +5,11 @@
#include "chainparams.h"
#include "assert.h"
#include "random.h"
#include "util.h"
#include <assert.h>
#include <boost/assign/list_of.hpp>
using namespace std;

View file

@ -5,9 +5,10 @@
#include "chainparamsbase.h"
#include "assert.h"
#include "util.h"
#include <assert.h>
#include <boost/assign/list_of.hpp>
using namespace boost::assign;