diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-20 16:14:44 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-11-20 16:18:33 +0100 |
commit | d980f9b7d687a1e60eecf3691b592d9806a30f4a (patch) | |
tree | a4b9a53926588a9f4193df06ae742f6c48e8fdf7 /src/main.cpp | |
parent | 96aaf006a5dcb67f1b4f26a60b214a18572e3d87 (diff) | |
parent | 379778bde61f8589988cf113ec4c3961b8155b0a (diff) |
Merge pull request #3257
379778b core: remove includes in .cpp, if header is already in .h (Philip Kaufmann)
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 15fc8a24c3..c4d58f970d 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> |