mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
|
||||
#ifndef _PROFILER_H
|
||||
#define _PROFILER_H
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
@ -61,5 +60,3 @@ extern bool g_ProfileInstructions;
|
||||
|
||||
void WriteProfileResults(const char *filename);
|
||||
}
|
||||
|
||||
#endif // _PROFILER_H
|
||||
|
Reference in New Issue
Block a user