diff options
| author | 2015-06-21 13:12:49 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | 2d044a67c932403b81fdde6f81d461c6e7c11efe (patch) | |
| tree | 84e423036be6e126d39ad18b02662f6ea6677ea1 /src/common/logging | |
| parent | Common: Cleanup profiler includes. (diff) | |
| download | yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.gz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.tar.xz yuzu-2d044a67c932403b81fdde6f81d461c6e7c11efe.zip | |
Common: Cleanup memory and misc includes.
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/log.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 5b3a731e9..e16dde7fc 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -4,10 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <cassert> | ||
| 8 | #include <chrono> | ||
| 9 | #include <string> | ||
| 10 | |||
| 11 | #include "common/common_types.h" | 7 | #include "common/common_types.h" |
| 12 | 8 | ||
| 13 | namespace Log { | 9 | namespace Log { |