From 147a7f0dec3946835d720a4c4176773f1809618a Mon Sep 17 00:00:00 2001 From: vitor-k Date: Sun, 15 Sep 2019 15:18:38 -0300 Subject: [PATCH] Remove boost headers not currently used --- src/core/hle/kernel/mutex.cpp | 1 - src/core/hle/kernel/thread.h | 1 - src/video_core/swrasterizer/clipper.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp index ccc7cb221..467b1ae1e 100644 --- a/src/core/hle/kernel/mutex.cpp +++ b/src/core/hle/kernel/mutex.cpp @@ -4,7 +4,6 @@ #include #include -#include #include "common/assert.h" #include "core/core.h" #include "core/hle/kernel/errors.h" diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index 1f1fca939..f2ef767ef 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -8,7 +8,6 @@ #include #include #include -#include #include #include "common/common_types.h" #include "common/thread_queue_list.h" diff --git a/src/video_core/swrasterizer/clipper.cpp b/src/video_core/swrasterizer/clipper.cpp index 59889069f..6d331ec00 100644 --- a/src/video_core/swrasterizer/clipper.cpp +++ b/src/video_core/swrasterizer/clipper.cpp @@ -6,7 +6,6 @@ #include #include #include -#include #include "common/bit_field.h" #include "common/common_types.h" #include "common/logging/log.h"