diff options
Diffstat (limited to 'src/warnings.h')
-rw-r--r-- | src/warnings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/warnings.h b/src/warnings.h index 16c8f7b52e..e6701ebd9e 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -6,7 +6,6 @@ #ifndef BITCOIN_WARNINGS_H #define BITCOIN_WARNINGS_H -#include <stdlib.h> #include <string> void SetMiscWarning(const std::string& strWarning); |