2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Service/Audio: audout_a.cpp: remove pragma once

This commit is contained in:
mailwl 2018-08-06 11:41:19 +03:00
parent 0b80bbeb95
commit 2ea0f0fd16

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 {