diff options
| author | Philip Kaufmann <[email protected]> | 2013-11-15 12:20:16 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-11-15 12:20:16 +0100 |
| commit | 379778bde61f8589988cf113ec4c3961b8155b0a (patch) | |
| tree | 624271d831bf2b74030bb33ab91f1bbffa4a057a /src/main.cpp | |
| parent | Merge pull request #3252 from laanwj/2013_11_transifex_pull (diff) | |
| download | discoin-379778bde61f8589988cf113ec4c3961b8155b0a.tar.xz discoin-379778bde61f8589988cf113ec4c3961b8155b0a.zip | |
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/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 72245137e..5088de69a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,7 +19,6 @@ #include <inttypes.h> #include <sstream> -#include <stdint.h> #include <boost/algorithm/string/replace.hpp> #include <boost/filesystem.hpp> |