Browse Source
Merge pull request #937 from mailwl/audout-fix
Service/Audio: audout_a.cpp: remove pragma once
pull/15/merge
Mat M
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/core/hle/service/audio/audout_a.cpp
|
|
|
@ -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 { |
|
|
|
|