mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00: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