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

pull/8/head
bunnei 11 years ago
parent 9bf7ce535a
commit 1c5802c35a

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

Loading…
Cancel
Save