From 2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 5 Mar 2021 08:39:42 +0000 Subject: Fix a bunch of really obvious unnecessary includes. --- include/threadengines/threadengine_pthread.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/threadengines/threadengine_pthread.h') diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h index d1810c812..cabb6ebd2 100644 --- a/include/threadengines/threadengine_pthread.h +++ b/include/threadengines/threadengine_pthread.h @@ -24,7 +24,8 @@ #pragma once #include -#include "typedefs.h" + +class Thread; /** The ThreadEngine class has the responsibility of initialising * Thread derived classes. It does this by creating operating system -- cgit v1.3.1-10-gc9f91