From 6ad107bc3b1efb62b34ffd2537c1434e3d1a9d2c Mon Sep 17 00:00:00 2001 From: Mike Fleetwood Date: Thu, 4 Apr 2019 18:16:54 +0100 Subject: [PATCH] Remove unnecessary #include from GParted_Core.cc --- src/GParted_Core.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc index 0e51a254..31f41049 100644 --- a/src/GParted_Core.cc +++ b/src/GParted_Core.cc @@ -15,7 +15,6 @@ * along with this program; if not, see . */ -#include "Win_GParted.h" #include "GParted_Core.h" #include "CopyBlocks.h" #include "BlockSpecial.h"