mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
// * [Block Pointers interleaved with block hashes (hash of decompressed data)]
|
||||
// * [Data]
|
||||
|
||||
#ifndef COMPRESSED_BLOB_H_
|
||||
#define COMPRESSED_BLOB_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -68,5 +67,3 @@ private:
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // COMPRESSED_BLOB_H_
|
||||
|
Reference in New Issue
Block a user