mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Tidy up includes and header material
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#ifndef BEAST_FILEINPUTSTREAM_BEASTHEADER
|
||||
#define BEAST_FILEINPUTSTREAM_BEASTHEADER
|
||||
#ifndef BEAST_FILEINPUTSTREAM_H_INCLUDED
|
||||
#define BEAST_FILEINPUTSTREAM_H_INCLUDED
|
||||
|
||||
#include "beast_File.h"
|
||||
#include "../streams/beast_InputStream.h"
|
||||
@@ -91,4 +91,4 @@ private:
|
||||
size_t readInternal (void* buffer, size_t numBytes);
|
||||
};
|
||||
|
||||
#endif // BEAST_FILEINPUTSTREAM_BEASTHEADER
|
||||
#endif // BEAST_FILEINPUTSTREAM_H_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user