diff options
| author | 2022-09-12 19:27:11 +0100 | |
|---|---|---|
| committer | 2022-09-12 19:27:11 +0100 | |
| commit | 1deecc6f7017bb749b12fdf0914d343b1687a0a4 (patch) | |
| tree | 7b99aa11a694336f63b1ef88790adb2b8c30cac3 | |
| parent | Merge pull request #8842 from Kelebek1/AudOut (diff) | |
| download | yuzu-1deecc6f7017bb749b12fdf0914d343b1687a0a4.tar.gz yuzu-1deecc6f7017bb749b12fdf0914d343b1687a0a4.tar.xz yuzu-1deecc6f7017bb749b12fdf0914d343b1687a0a4.zip | |
Remove a pragma once from a cpp file
| -rw-r--r-- | src/audio_core/sink/sink_stream.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/sink/sink_stream.cpp b/src/audio_core/sink/sink_stream.cpp index 24636e512..68987eba6 100644 --- a/src/audio_core/sink/sink_stream.cpp +++ b/src/audio_core/sink/sink_stream.cpp | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project |
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include <array> | 4 | #include <array> |
| 7 | #include <atomic> | 5 | #include <atomic> |
| 8 | #include <memory> | 6 | #include <memory> |