summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/pingthread.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-03 14:04:30 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-03 14:04:30 +0000
commit22f052f313379a8e864e61fdd3593126e088ded4 (patch)
tree4b089d5d0e5a75a3af00d5cfb256065c82c23d9c /plugins/Ping/src/pingthread.h
parenta7c5d18647c0dd188eaa723df3f73e4250a61920 (diff)
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
Diffstat (limited to 'plugins/Ping/src/pingthread.h')
-rw-r--r--plugins/Ping/src/pingthread.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/Ping/src/pingthread.h b/plugins/Ping/src/pingthread.h
index eda6dae61f..37b50e308c 100644
--- a/plugins/Ping/src/pingthread.h
+++ b/plugins/Ping/src/pingthread.h
@@ -1,17 +1,6 @@
#ifndef _PINGTHREAD_H
#define _PINGTHREAD_H
-#include "pinglist.h"
-#include "pinggraph.h"
-#include "utils.h"
-#include "options.h"
-
-extern HANDLE mainThread;
-extern HANDLE hWakeEvent;
-extern CRITICAL_SECTION thread_finished_cs, list_changed_cs, data_list_cs;
-
-extern PINGLIST data_list;
-
int FillList(WPARAM wParam, LPARAM lParam);
int RefreshWindow(WPARAM wParam, LPARAM lParam);