diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-08-04 17:39:06 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-08-04 17:39:08 -0400 |
| commit | df51207ed20b72da4e39b33d5d4159328ee72a9c (patch) | |
| tree | 71b3571c25a2d79aa86d734031a51f98c5fb3e42 /src/core/hle/service/audio/audrec_a.cpp | |
| parent | 2b06301dbfbfe79687219bf7783a6d1b47695401 (diff) | |
service: Remove redundant #pragma once directives
These don't do anything within .cpp files (we don't include cpp files,
so...)
Diffstat (limited to 'src/core/hle/service/audio/audrec_a.cpp')
| -rw-r--r-- | src/core/hle/service/audio/audrec_a.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/audio/audrec_a.cpp b/src/core/hle/service/audio/audrec_a.cpp index 9c32f9b98..016eabf53 100644 --- a/src/core/hle/service/audio/audrec_a.cpp +++ b/src/core/hle/service/audio/audrec_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/audrec_a.h" namespace Service::Audio { |
