Replace all include guard ifdefs with "#pragma once"

This commit is contained in:
lioncash
2014-02-10 13:54:46 -05:00
committed by Lioncash
parent a0a65a2906
commit d2038049f5
462 changed files with 676 additions and 2308 deletions

View File

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