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 ++- include/threadengines/threadengine_win32.h | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/threadengines') 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 diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index 2fdf1cb24..77999e541 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -24,7 +24,6 @@ #pragma once -#include "config.h" #include "base.h" class Thread; -- cgit v1.3.1-10-gc9f91