general: Add missing #pragma once directives
@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <chrono>
#include "common/common_types.h"
// This file contains yuzu's HLE API version constants.
#include "core/hle/result.h"
namespace Service::SPL {
#include <span>
#include "common/bit_field.h"