From 3355f2137cee68eff0bd85bab26ebe0ca3c403f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 29 Apr 2023 10:45:57 +0200 Subject: [PATCH] Remove include --- YACReader/main_window_viewer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/YACReader/main_window_viewer.cpp b/YACReader/main_window_viewer.cpp index e2f06df9..b5df0749 100644 --- a/YACReader/main_window_viewer.cpp +++ b/YACReader/main_window_viewer.cpp @@ -7,7 +7,6 @@ #include "check_new_version.h" #include "comic.h" #include "bookmarks_dialog.h" -#include "shortcuts_dialog.h" #include "width_slider.h" #include "qnaturalsorting.h" #include "help_about_dialog.h"