Merge pull request #9087 from Morph1984/once

general: Add missing pragma once
This commit is contained in:
bunnei 2022-10-17 22:50:02 -07:00 committed by GitHub
commit 1deb997eba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 54 deletions

View file

@ -1,6 +1,8 @@
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "core/hle/result.h"
namespace Service::VI {