From 22f052f313379a8e864e61fdd3593126e088ded4 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 3 Mar 2013 14:04:30 +0000 Subject: removed not used headers added version info fixed crash #169 (patch from $ergi0) git-svn-id: http://svn.miranda-ng.org/main/trunk@3873 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/pinggraph.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Ping/src/pinggraph.h') diff --git a/plugins/Ping/src/pinggraph.h b/plugins/Ping/src/pinggraph.h index 268b376a58..50b6040c98 100644 --- a/plugins/Ping/src/pinggraph.h +++ b/plugins/Ping/src/pinggraph.h @@ -1,9 +1,6 @@ #ifndef _PINGGRAPH_H #define _PINGGRAPH_H -#include "pinglist.h" -#include "pingthread.h" - #define MIN_GRAPH_HEIGHT 10 // minimum braph height, ms #define MIN_BARS 20 // space for at least this many bars #define MARK_PERIOD 3600 // vertical lines every this many secs (3600 == 1 hour) @@ -17,6 +14,4 @@ void graphs_cleanup(); // restore windows that were open when cleanup was called last? void graphs_init(); -extern HistoryMap history_map; - #endif -- cgit v1.2.3