summaryrefslogtreecommitdiffstats
path: root/raul/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r--raul/Thread.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index ddd771b..9720007 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -21,8 +21,6 @@
namespace Raul {
-struct ThreadImpl;
-
/** Abstract base class for a thread.
*
* Extend this and override the _run method to easily create a thread