From b713062fd893d8980ec372025d9dd6e8b85ee7f1 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 21 Nov 2024 15:33:52 -0500 Subject: [PATCH] Remove DockHandler and DockWidget support. --- ui/breakpointswidget.h | 1 - ui/debuggerinfowidget.h | 1 - ui/moduleswidget.h | 1 - ui/registerswidget.h | 1 - ui/stackwidget.h | 1 - ui/statusbar.h | 1 - 6 files changed, 6 deletions(-) diff --git a/ui/breakpointswidget.h b/ui/breakpointswidget.h index 9be5cba..935105f 100644 --- a/ui/breakpointswidget.h +++ b/ui/breakpointswidget.h @@ -23,7 +23,6 @@ limitations under the License. #include #include "inttypes.h" #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "theme.h" diff --git a/ui/debuggerinfowidget.h b/ui/debuggerinfowidget.h index 035abd2..9ec4bfe 100644 --- a/ui/debuggerinfowidget.h +++ b/ui/debuggerinfowidget.h @@ -23,7 +23,6 @@ limitations under the License. #include #include "inttypes.h" #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "theme.h" diff --git a/ui/moduleswidget.h b/ui/moduleswidget.h index 110c657..a97b378 100644 --- a/ui/moduleswidget.h +++ b/ui/moduleswidget.h @@ -23,7 +23,6 @@ limitations under the License. #include #include "inttypes.h" #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "theme.h" diff --git a/ui/registerswidget.h b/ui/registerswidget.h index 02da65c..ed4ce05 100644 --- a/ui/registerswidget.h +++ b/ui/registerswidget.h @@ -24,7 +24,6 @@ limitations under the License. #include #include "inttypes.h" #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "theme.h" diff --git a/ui/stackwidget.h b/ui/stackwidget.h index d9305cc..8e5dc3c 100644 --- a/ui/stackwidget.h +++ b/ui/stackwidget.h @@ -23,7 +23,6 @@ limitations under the License. #include #include "inttypes.h" #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "theme.h" diff --git a/ui/statusbar.h b/ui/statusbar.h index 66d2bc7..62e51c4 100644 --- a/ui/statusbar.h +++ b/ui/statusbar.h @@ -23,7 +23,6 @@ limitations under the License. #include #include #include "binaryninjaapi.h" -#include "dockhandler.h" #include "viewframe.h" #include "fontsettings.h" #include "debuggerapi.h"