summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/egg/core/eggThreadMonitor.cpp (renamed from src/egg/core/eggUnk.cpp)2
-rw-r--r--src/m/m_thread.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/egg/core/eggUnk.cpp b/src/egg/core/eggThreadMonitor.cpp
index e49285ca..c7b2a5c6 100644
--- a/src/egg/core/eggUnk.cpp
+++ b/src/egg/core/eggThreadMonitor.cpp
@@ -1,4 +1,4 @@
-#include "egg/core/eggUnk.h"
+#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS.h"
diff --git a/src/m/m_thread.cpp b/src/m/m_thread.cpp
index 49fd62ba..3311b080 100644
--- a/src/m/m_thread.cpp
+++ b/src/m/m_thread.cpp
@@ -1,6 +1,6 @@
#include "m/m_thread.h"
-#include "egg/core/eggUnk.h"
+#include "egg/core/eggThreadMonitor.h"
#include "rvl/OS/OSThread.h"
void mThread::registerThread(OSThread *thread, void *threadArg) {