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

This commit is contained in:
bunnei 2014-05-20 22:27:46 -04:00
parent 9bf7ce535a
commit 1c5802c35a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#pragma once
#include "common/common_types.h"
#include "common/common.h"
typedef u32 Handle;
typedef s32 Result;