From 64fddab9282dbcd1a3242d2b82fe4bab9e4fe2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 23 May 2018 15:50:58 +0200 Subject: [PATCH] [apps/stats] Remove unneeded dependency --- apps/statistics/histogram_controller.h | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/statistics/histogram_controller.h b/apps/statistics/histogram_controller.h index 8e0210b81..3f6bda90f 100644 --- a/apps/statistics/histogram_controller.h +++ b/apps/statistics/histogram_controller.h @@ -6,7 +6,6 @@ #include "histogram_view.h" #include "histogram_banner_view.h" #include "histogram_parameter_controller.h" -#include "../shared/curve_view.h" namespace Statistics {