diff options
| author | 2014-08-17 13:45:50 -0400 | |
|---|---|---|
| committer | 2014-08-17 13:45:55 -0400 | |
| commit | 90e994471a385d2b965e3843e1f693ccba6fb699 (patch) | |
| tree | b5835e0b235225f8478f26814205337d26a5d91a /src/common/extended_trace.h | |
| parent | Merge pull request #47 from archshift/stdstring (diff) | |
| download | yuzu-90e994471a385d2b965e3843e1f693ccba6fb699.tar.gz yuzu-90e994471a385d2b965e3843e1f693ccba6fb699.tar.xz yuzu-90e994471a385d2b965e3843e1f693ccba6fb699.zip | |
Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
Diffstat (limited to 'src/common/extended_trace.h')
| -rw-r--r-- | src/common/extended_trace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/extended_trace.h b/src/common/extended_trace.h index 1552e901b..ed3113a24 100644 --- a/src/common/extended_trace.h +++ b/src/common/extended_trace.h | |||
| @@ -12,8 +12,7 @@ | |||
| 12 | // | 12 | // |
| 13 | // ---------------------------------------------------------------------------------------- | 13 | // ---------------------------------------------------------------------------------------- |
| 14 | 14 | ||
| 15 | #ifndef _EXTENDEDTRACE_H_INCLUDED_ | 15 | #pragma once |
| 16 | #define _EXTENDEDTRACE_H_INCLUDED_ | ||
| 17 | 16 | ||
| 18 | #if defined(WIN32) | 17 | #if defined(WIN32) |
| 19 | 18 | ||
| @@ -49,5 +48,3 @@ extern char g_uefbuf[UEFBUFSIZE]; | |||
| 49 | #define STACKTRACE2(file, eip, esp, ebp) ((void)0) | 48 | #define STACKTRACE2(file, eip, esp, ebp) ((void)0) |
| 50 | 49 | ||
| 51 | #endif // WIN32 | 50 | #endif // WIN32 |
| 52 | |||
| 53 | #endif // _EXTENDEDTRACE_H_INCLUDED_ | ||