summaryrefslogtreecommitdiffstats
path: root/src/hid_core/hid_util.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/hid_core/hid_util.h (renamed from src/core/hle/service/hid/hid_util.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/hid_util.h b/src/hid_core/hid_util.h
index 6a2ed287a..94ff2d23a 100644
--- a/src/core/hle/service/hid/hid_util.h
+++ b/src/hid_core/hid_util.h
@@ -3,8 +3,8 @@
#pragma once
-#include "core/hid/hid_types.h"
-#include "core/hle/service/hid/errors.h"
+#include "hid_core/hid_result.h"
+#include "hid_core/hid_types.h"
namespace Service::HID {