mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 01:26:05 +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
|
@ -4,8 +4,7 @@
|
|||
|
||||
// WARNING - THIS LIBRARY IS NOT THREAD SAFE!!!
|
||||
|
||||
#ifndef _DOLPHIN_INTEL_CODEGEN_
|
||||
#define _DOLPHIN_INTEL_CODEGEN_
|
||||
#pragma once
|
||||
|
||||
#include "Common.h"
|
||||
#include "MemoryUtil.h"
|
||||
|
@ -774,5 +773,3 @@ public:
|
|||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
#endif // _DOLPHIN_INTEL_CODEGEN_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue