From e7d15b4cb19f09cc051b4ddec96663578f8fd8a0 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sun, 27 Aug 2023 22:41:06 +0200 Subject: [PATCH] Header file cleanup --- cpp/devices/scsihd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/devices/scsihd.cpp b/cpp/devices/scsihd.cpp index 3a884cab6a..05d13bb5a0 100644 --- a/cpp/devices/scsihd.cpp +++ b/cpp/devices/scsihd.cpp @@ -14,7 +14,6 @@ //--------------------------------------------------------------------------- #include "shared/piscsi_exceptions.h" -#include "scsihd.h" #include "scsi_command_util.h" using namespace scsi_command_util;