From b5166d0c73c7b64a9bf94fe9590eddea4682190a Mon Sep 17 00:00:00 2001 From: Alexandre Nobuharu Sato <66435071+AlexandreSato@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:55:01 -0300 Subject: [PATCH] cleanup import no more used After #33828 this import is no more used here. --- selfdrive/ui/qt/network/networking.h | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/qt/network/networking.h b/selfdrive/ui/qt/network/networking.h index 4fd604039b4eca..892911acae900d 100644 --- a/selfdrive/ui/qt/network/networking.h +++ b/selfdrive/ui/qt/network/networking.h @@ -5,7 +5,6 @@ #include "selfdrive/ui/qt/network/wifi_manager.h" #include "selfdrive/ui/qt/prime_state.h" #include "selfdrive/ui/qt/widgets/input.h" -#include "selfdrive/ui/qt/widgets/ssh_keys.h" #include "selfdrive/ui/qt/widgets/toggle.h" class WifiItem : public QWidget {