diff --git a/Source/Core/Core/Core.vcxproj b/Source/Core/Core/Core.vcxproj
index 8468acad0f..5addaf0664 100644
--- a/Source/Core/Core/Core.vcxproj
+++ b/Source/Core/Core/Core.vcxproj
@@ -277,7 +277,6 @@
-
diff --git a/Source/Core/Core/Core.vcxproj.filters b/Source/Core/Core/Core.vcxproj.filters
index 62b98bc4fd..4111af1780 100644
--- a/Source/Core/Core/Core.vcxproj.filters
+++ b/Source/Core/Core/Core.vcxproj.filters
@@ -774,9 +774,6 @@
DSPCore\Jit
-
- DSPCore\Jit
-
DSPCore\Jit
diff --git a/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp b/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp
index a8c6a4248c..43d1fa2894 100644
--- a/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp
+++ b/Source/Core/Core/DSP/Jit/DSPJitUtil.cpp
@@ -5,7 +5,6 @@
#include "Core/DSP/DSPEmitter.h"
#include "Core/DSP/DSPHWInterface.h"
#include "Core/DSP/DSPMemoryMap.h"
-#include "Core/DSP/Jit/DSPJitUtil.h"
using namespace Gen;
diff --git a/Source/Core/Core/DSP/Jit/DSPJitUtil.h b/Source/Core/Core/DSP/Jit/DSPJitUtil.h
deleted file mode 100644
index 013cbd45db..0000000000
--- a/Source/Core/Core/DSP/Jit/DSPJitUtil.h
+++ /dev/null
@@ -1,5 +0,0 @@
-// Copyright 2013 Dolphin Emulator Project
-// Licensed under GPLv2
-// Refer to the license.txt file included.
-
-#pragma once