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"