diff options
Diffstat (limited to 'src/tests/common')
| -rw-r--r-- | src/tests/common/bit_field.cpp | 5 | ||||
| -rw-r--r-- | src/tests/common/param_package.cpp | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/tests/common/bit_field.cpp b/src/tests/common/bit_field.cpp index 182638000..0071ae52e 100644 --- a/src/tests/common/bit_field.cpp +++ b/src/tests/common/bit_field.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2019 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2019 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #include <array> | 4 | #include <array> |
| 6 | #include <cstring> | 5 | #include <cstring> |
diff --git a/src/tests/common/param_package.cpp b/src/tests/common/param_package.cpp index e31ca3544..d036cc83a 100644 --- a/src/tests/common/param_package.cpp +++ b/src/tests/common/param_package.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: 2017 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #include <catch2/catch.hpp> | 4 | #include <catch2/catch.hpp> |
| 6 | #include <math.h> | 5 | #include <math.h> |