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

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