Merge pull request #3257

379778b core: remove includes in .cpp, if header is already in .h (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2013-11-20 16:14:44 +01:00
11 changed files with 0 additions and 20 deletions

View File

@@ -14,8 +14,6 @@
#include "uint256.h"
#include "util.h"
#include <stdint.h>
#include <boost/foreach.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>