cleanup include of assert.h

pull/4781/head
Philip Kaufmann 10 years ago
parent 3ed668dbe2
commit 187115c01d

@ -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;

@ -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;

Loading…
Cancel
Save