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:
@ -4,8 +4,7 @@
|
||||
|
||||
|
||||
// Detect the cpu, so we'll know which optimizations to use
|
||||
#ifndef _CPUDETECT_H_
|
||||
#define _CPUDETECT_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -85,5 +84,3 @@ private:
|
||||
};
|
||||
|
||||
extern CPUInfo cpu_info;
|
||||
|
||||
#endif // _CPUDETECT_H_
|
||||
|
Reference in New Issue
Block a user