From 74f9fb241763be650d525a52efb0edd35f03fb23 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 25 Mar 2013 20:56:25 +0000 Subject: [PATCH] removed useless #include --- src/ui_graph.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui_graph.c b/src/ui_graph.c index 62cadb9..ed46cd6 100644 --- a/src/ui_graph.c +++ b/src/ui_graph.c @@ -18,8 +18,6 @@ */ #include "graph.h" #include "ui_graph.h" -#include "ui_pref.h" -#include "ui_sensorpref.h" static int on_graph_clicked(GtkWidget *widget, GdkEventButton *event, gpointer data) -- 2.7.4