Преглед на файлове

fixed include in coprocessor.cpp

bunnei преди 12 години
родител
ревизия
c1e71ae1ac
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/core/hle/coprocessor.cpp

+ 1 - 1
src/core/hle/coprocessor.cpp

@@ -2,7 +2,7 @@
 // Licensed under GPLv2
 // Refer to the license.txt file included.  
 
-#include "core/hle/mrc.h"
+#include "core/hle/coprocessor.h"
 #include "core/hle/hle.h"
 #include "core/mem_map.h"
 #include "core/core.h"