]> Git Repo - VerusCoin.git/commitdiff
cleanup include of assert.h
authorPhilip Kaufmann <[email protected]>
Thu, 28 Aug 2014 20:56:53 +0000 (22:56 +0200)
committerPhilip Kaufmann <[email protected]>
Thu, 28 Aug 2014 21:02:49 +0000 (23:02 +0200)
src/chainparams.cpp
src/chainparamsbase.cpp

index f32d4ed235d8845a3ea5b13caade5687870c4fda..ce99f268f38fadd33cbaeca071f32bee8c7cbc31 100644 (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;
index 720e24c4a8b22fd860d1bfeb87f27d70434cf769..d1e19871c3703f263c9f3c8e56e3b88408bf109d 100644 (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;
This page took 0.021919 seconds and 4 git commands to generate.