diff options
| author | 2017-02-15 10:16:50 +0200 | |
|---|---|---|
| committer | 2017-02-15 00:16:50 -0800 | |
| commit | e085e6a768e44cf8755f3d842424b90c321214b5 (patch) | |
| tree | 00d5a1c8de5b6bbe0b738cb0e37be816a9676bda /src | |
| parent | Merge pull request #2566 from yuriks/file-extension-suffix (diff) | |
| download | yuzu-e085e6a768e44cf8755f3d842424b90c321214b5.tar.gz yuzu-e085e6a768e44cf8755f3d842424b90c321214b5.tar.xz yuzu-e085e6a768e44cf8755f3d842424b90c321214b5.zip | |
video_core: remove #pragma once in cpp file (#2570)
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/texture/etc1.cpp | 2 | ||||
| -rw-r--r-- | src/video_core/texture/texture_decode.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/video_core/texture/etc1.cpp b/src/video_core/texture/etc1.cpp index 2b7d26f91..43f7f56db 100644 --- a/src/video_core/texture/etc1.cpp +++ b/src/video_core/texture/etc1.cpp | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include <array> | 5 | #include <array> |
| 8 | #include "common/bit_field.h" | 6 | #include "common/bit_field.h" |
| 9 | #include "common/color.h" | 7 | #include "common/color.h" |
diff --git a/src/video_core/texture/texture_decode.cpp b/src/video_core/texture/texture_decode.cpp index 40d363184..0818d652c 100644 --- a/src/video_core/texture/texture_decode.cpp +++ b/src/video_core/texture/texture_decode.cpp | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #pragma once | ||
| 6 | |||
| 7 | #include "common/assert.h" | 5 | #include "common/assert.h" |
| 8 | #include "common/color.h" | 6 | #include "common/color.h" |
| 9 | #include "common/logging/log.h" | 7 | #include "common/logging/log.h" |