mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
|
||||
// Note: the technique is inspired by Wiiscrubber, but much simpler - intentionally :)
|
||||
|
||||
#ifndef DISC_SCRUBBER_H
|
||||
#define DISC_SCRUBBER_H
|
||||
#pragma once
|
||||
|
||||
#include "CommonTypes.h"
|
||||
#include "Blob.h"
|
||||
@ -31,5 +30,3 @@ void Cleanup();
|
||||
} // namespace DiscScrubber
|
||||
|
||||
} // namespace DiscIO
|
||||
|
||||
#endif // DISC_SCRUBBER_H
|
||||
|
Reference in New Issue
Block a user