Tidy up includes and header material

This commit is contained in:
Vinnie Falco
2013-08-30 17:23:52 -07:00
parent 38516ef793
commit d9d291abcb
172 changed files with 461 additions and 485 deletions

View File

@@ -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