core: remove includes in .cpp, if header is already in .h

- example: if util.h includes stdint.h, remove it from util.cpp, as
  util.h is the first header included in util.cpp
This commit is contained in:
Philip Kaufmann
2013-11-15 12:20:16 +01:00
parent 4fc241235c
commit 379778bde6
11 changed files with 0 additions and 20 deletions

View File

@@ -10,8 +10,6 @@
#include "uint256.h"
#include "util.h"
#include <stdint.h>
#ifndef WIN32
#include <fcntl.h>
#endif