core: add missing pragma once to header files

This commit is contained in:
scribam 2023-12-14 08:46:46 +01:00 committed by flyinghead
parent c938f7b0df
commit e057370e97
15 changed files with 15 additions and 0 deletions

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "types.h"
#include "addrspace.h"
#include "hw/aica/aica_if.h"

View File

@ -18,6 +18,7 @@
You should have received a copy of the GNU General Public License
along with reicast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include <cstdio>
#include <set>
#include <map>

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with reicast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#ifdef TRACE_WINCE_SYSCALLS
#include "hw/sh4/sh4_sched.h"

View File

@ -1,3 +1,4 @@
#pragma once
#include "evdev.h"
#include "input/gamepad_device.h"
#include "oslib/oslib.h"

View File

@ -1,3 +1,4 @@
#pragma once
#include <locale>
#ifdef _WIN32

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "build.h"
#include <string>

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "hw/sh4/modules/modules.h"
#include "net_platform.h"
#include "cfg/option.h"

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "hw/sh4/modules/modules.h"
#include "net_platform.h"
#include "cfg/option.h"

View File

@ -1,3 +1,4 @@
#pragma once
#include "types.h"
namespace virtmem

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "scraper.h"
#include "json.hpp"

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include <string>
#include <vector>
#include <cctype>

View File

@ -18,6 +18,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "vulkan.h"
class ShaderCompiler

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "vulkan.h"
#include "hw/pvr/Renderer_if.h"
#include "hw/pvr/ta.h"

View File

@ -1,3 +1,4 @@
#pragma once
#include "input/gamepad_device.h"
#include "input/mouse.h"
#include "oslib/oslib.h"

View File

@ -16,6 +16,7 @@
You should have received a copy of the GNU General Public License
along with Flycast. If not, see <https://www.gnu.org/licenses/>.
*/
#pragma once
#include "build.h"
#ifndef TARGET_UWP
#include "input/gamepad_device.h"