From: Jean-Philippe Orsini Date: Mon, 25 Mar 2013 20:56:25 +0000 (+0000) Subject: removed useless #include X-Git-Tag: v0.8.0.5~147 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=74f9fb241763be650d525a52efb0edd35f03fb23 removed useless #include --- 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)