From 655169fda69c00a65df323c7dc9215a4b598c470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Sat, 29 Dec 2012 16:28:17 +0100 Subject: [PATCH] Remove a useless include --- qt/main_window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/qt/main_window.cpp b/qt/main_window.cpp index 969c931..f55fcb7 100644 --- a/qt/main_window.cpp +++ b/qt/main_window.cpp @@ -63,7 +63,6 @@ #include "history_widget.h" #include "stats_widget.h" #include "dic_tools_widget.h" -#include "players_table_helper.h" #include "fav_players.h" #include "timer_widget.h" #include "dic_wizard.h"