Merge pull request #937 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

View file

@ -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 {