mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
Header cleanup.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/iostreams/concepts.hpp>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "NewcoinAddress.h"
|
||||
#include "Config.h"
|
||||
#include "BitcoinUtil.h"
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
|
||||
|
||||
bool NewcoinAddress::SetHash160(const uint160& hash160)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "Serializer.h"
|
||||
#include "key.h"
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <openssl/ripemd.h>
|
||||
#include <openssl/sha.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user