From 3e0e339d9899742bc0ac58f22893ed1b946de82d Mon Sep 17 00:00:00 2001 From: MerryMage Date: Mon, 9 Jan 2017 22:19:51 +0000 Subject: [PATCH] bit_util: Remove unnecessary include --- src/common/bit_util.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/bit_util.h b/src/common/bit_util.h index 0d59f416..fb1c993d 100644 --- a/src/common/bit_util.h +++ b/src/common/bit_util.h @@ -12,10 +12,6 @@ #include "common/assert.h" -#ifdef _MSC_VER -#include -#endif - namespace Dynarmic { namespace Common {