aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-15 12:20:16 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-15 12:20:16 +0100
commit379778bde61f8589988cf113ec4c3961b8155b0a (patch)
tree624271d831bf2b74030bb33ab91f1bbffa4a057a /src/netbase.cpp
parent4fc241235c41fbf7f2592dfee11db5b7b71c17ad (diff)
downloadbitcoin-379778bde61f8589988cf113ec4c3961b8155b0a.tar.xz
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
Diffstat (limited to 'src/netbase.cpp')
-rw-r--r--src/netbase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp
index 1392fa8233..37e1df9138 100644
--- a/src/netbase.cpp
+++ b/src/netbase.cpp
@@ -10,8 +10,6 @@
#include "uint256.h"
#include "util.h"
-#include <stdint.h>
-
#ifndef WIN32
#include <fcntl.h>
#endif