From 8e716cdc64d7e1eed944ef5d8a016a07f6cdc7de Mon Sep 17 00:00:00 2001 From: inspuration Date: Wed, 11 Jun 2014 01:00:18 -0400 Subject: [PATCH] Fixed incorrect slash in header include --- src/core/hw/hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hw/hid.h b/src/core/hw/hid.h index 1e45c479a..ab64e1284 100644 --- a/src/core/hw/hid.h +++ b/src/core/hw/hid.h @@ -1,7 +1,7 @@ #pragma once #include "common/common_types.h" -#include "core\mem_map.h" +#include "core/mem_map.h" namespace HID {