From 153a6065eae85becbe498b01fd415288a9f99dbe Mon Sep 17 00:00:00 2001 From: "evgenii.tagiltsev" <tagiltsev.evgenii@gmail.com> Date: Fri, 13 Dec 2019 15:38:56 +0100 Subject: [PATCH] [*] removed tails --- CellFrameDashboardGUI/DapServiceController.h | 1 - CellFrameDashboardGUI/main.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/CellFrameDashboardGUI/DapServiceController.h b/CellFrameDashboardGUI/DapServiceController.h index d2aa1edcf..fd767d9f1 100644 --- a/CellFrameDashboardGUI/DapServiceController.h +++ b/CellFrameDashboardGUI/DapServiceController.h @@ -17,7 +17,6 @@ #include "DapScreenHistoryModel.h" #include "DapSettingsNetworkModel.h" #include "DapConsoleModel.h" -#include "DapTransaction.h" #include "DapChainWalletModel.h" diff --git a/CellFrameDashboardGUI/main.cpp b/CellFrameDashboardGUI/main.cpp index 00ff5f4c4..700a203cf 100644 --- a/CellFrameDashboardGUI/main.cpp +++ b/CellFrameDashboardGUI/main.cpp @@ -25,7 +25,6 @@ #include "DapConsoleModel.h" #include "DapChainConvertor.h" #include "DapClipboard.h" -#include "DapTransaction.h" #include "DapChainWalletModel.h" #include "DapWalletFilterModel.h" -- GitLab