1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-08-11 16:50:36 +00:00

Merge pull request from mailwl/audout-fix

Service/Audio: audout_a.cpp: remove pragma once
This commit is contained in:
Mat M 2018-08-06 05:32:23 -04:00 committed by GitHub
commit 37adf04dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/hle/service/audio/audout_a.h"
namespace Service::Audio {