summaryrefslogtreecommitdiff
path: root/library/multithreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/multithreading.h')
-rw-r--r--library/multithreading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/multithreading.h b/library/multithreading.h
index bf0da145..21c5bcf2 100644
--- a/library/multithreading.h
+++ b/library/multithreading.h
@@ -1,9 +1,9 @@
#ifndef MULTITHREADING_H_INCLUDED
#define MULTITHREADING_H_INCLUDED
-#include "statusHandler.h"
#include <wx/thread.h>
+class StatusHandler;
class WorkerThread;
bgstack15