hle: service: kernel_helpers: Remove unnecessary pragma once.

This commit is contained in:
bunnei 2021-07-20 18:54:35 -07:00
parent f3db3dcc8d
commit 346bfb6c47

View file

@ -2,8 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include "core/core.h"
#include "core/hle/kernel/k_event.h"
#include "core/hle/kernel/k_process.h"