diff options
Diffstat (limited to 'src/common/fs/file.h')
-rw-r--r-- | src/common/fs/file.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/common/fs/file.h b/src/common/fs/file.h index a4f7944cd..69b53384c 100644 --- a/src/common/fs/file.h +++ b/src/common/fs/file.h @@ -1,15 +1,12 @@ -// 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 <cstdio> #include <filesystem> -#include <fstream> #include <span> #include <type_traits> -#include <vector> #include "common/concepts.h" #include "common/fs/fs_types.h" |