Skip to content
Snippets Groups Projects
Commit 1c5802c3 authored by bunnei's avatar bunnei
Browse files

kernel: fixed include, in general include "common.h" not "common_types.h"

parent 9bf7ce53
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#pragma once #pragma once
#include "common/common_types.h" #include "common/common.h"
typedef u32 Handle; typedef u32 Handle;
typedef s32 Result; typedef s32 Result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment