Преглед изворни кода

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

bunnei пре 12 година
родитељ
комит
1c5802c35a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/core/hle/kernel/kernel.h

+ 1 - 1
src/core/hle/kernel/kernel.h

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