mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
parent
a0a65a2906
commit
d2038049f5
462 changed files with 676 additions and 2308 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue