From 8eda24261c766ff6bcb06ed0fbd11504b95e1541 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 5 Aug 2017 11:44:06 -0400 Subject: [PATCH] =?UTF-8?q?Removed=20unnecessary=20header=20=E2=80=94=20it?= =?UTF-8?q?'s=20implied=20by=20being=20a=20child=20of=20FileHolder.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Storage/Disk/Formats/SSD.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Storage/Disk/Formats/SSD.cpp b/Storage/Disk/Formats/SSD.cpp index fe570ca36..4903784d5 100644 --- a/Storage/Disk/Formats/SSD.cpp +++ b/Storage/Disk/Formats/SSD.cpp @@ -8,7 +8,6 @@ #include "SSD.hpp" -#include #include "../Encodings/MFM.hpp" using namespace Storage::Disk;