diff options
| author | 2018-08-06 11:41:19 +0300 | |
|---|---|---|
| committer | 2018-08-06 12:29:27 +0300 | |
| commit | 2ea0f0fd16be2005c19a0843161e91bf2cbea843 (patch) | |
| tree | c8e5c924a3e21aef4b80bbeca7f078b8e5e8f40d /src | |
| parent | Merge pull request #932 from lioncash/func (diff) | |
| download | yuzu-2ea0f0fd16be2005c19a0843161e91bf2cbea843.tar.gz yuzu-2ea0f0fd16be2005c19a0843161e91bf2cbea843.tar.xz yuzu-2ea0f0fd16be2005c19a0843161e91bf2cbea843.zip | |
Service/Audio: audout_a.cpp: remove pragma once
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/audio/audout_a.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audout_a.cpp b/src/core/hle/service/audio/audout_a.cpp index 57b934dd6..bf8d40157 100644 --- a/src/core/hle/service/audio/audout_a.cpp +++ b/src/core/hle/service/audio/audout_a.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 "core/hle/service/audio/audout_a.h" | 5 | #include "core/hle/service/audio/audout_a.h" |
| 8 | 6 | ||
| 9 | namespace Service::Audio { | 7 | namespace Service::Audio { |