diff options
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/location.h')
| -rw-r--r-- | src/shader_recompiler/frontend/maxwell/location.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/location.h b/src/shader_recompiler/frontend/maxwell/location.h index 26d29eae2..0c0477e2d 100644 --- a/src/shader_recompiler/frontend/maxwell/location.h +++ b/src/shader_recompiler/frontend/maxwell/location.h @@ -1,12 +1,8 @@ -// Copyright 2021 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once -#include <compare> -#include <iterator> - #include <fmt/format.h> #include "common/common_types.h" |
