Header cleanup.

This commit is contained in:
JoelKatz
2012-02-13 10:48:11 -08:00
parent 3dbbda4b4a
commit b8b78b2c27
5 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#include "BitcoinUtil.h"
#include <stdarg.h>
#include <cstdarg>
#include <openssl/rand.h>
#include <time.h>
#include <ctime>
#if defined(WIN32) || defined(WIN64)
#include <windows.h>