Strip includes from ripple_data and ripple_basics

This commit is contained in:
Vinnie Falco
2013-06-20 15:21:35 -07:00
parent 2398df7235
commit d26fa0446f
10 changed files with 9 additions and 41 deletions

View File

@@ -6,7 +6,6 @@
#ifdef WIN32
//#include <windows.h>
// from: http://stackoverflow.com/questions/3022552/is-there-any-standard-htonl-like-function-for-64-bits-integers-in-c
// but we don't need to check the endianness
uint64_t htobe64 (uint64_t value)
@@ -43,5 +42,3 @@ uint32_t be32toh (uint32_t value)
}
#endif
// vim:ts=4