From c43311614ee0e9f4d9c5e4ca8e69204c46f57d61 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 2 Jan 2022 14:44:21 +0100 Subject: [PATCH] cleanup: remove obsolete includes in core/device.cpp Signed-off-by: Berthold Stoeger --- core/device.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/device.cpp b/core/device.cpp index c5b17f712..61e62c938 100644 --- a/core/device.cpp +++ b/core/device.cpp @@ -1,13 +1,11 @@ // SPDX-License-Identifier: GPL-2.0 -#include "ssrf.h" +#include "device.h" #include "dive.h" #include "divelist.h" #include "subsurface-string.h" -#include "device.h" #include "errorhelper.h" // for verbose flag #include "selection.h" #include "core/settings/qPrefDiveComputer.h" -#include // for QString::number struct device_table device_table; struct fingerprint_table fingerprint_table;