diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-28 12:23:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-28 12:23:09 +0000 |
commit | 57efb887b79a79dca57e940aa1976dbf9b2bde31 (patch) | |
tree | 83b3840b3a2f76a5effbd0edf95731bb6b3c69f8 /plugins/Clist_modern/src/modern_cachefuncs.cpp | |
parent | 774d7813af333a65459c09782b44cf236dc63887 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@16787 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_cachefuncs.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cachefuncs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_cachefuncs.cpp b/plugins/Clist_modern/src/modern_cachefuncs.cpp index 59f54be0f7..58d61c52bd 100644 --- a/plugins/Clist_modern/src/modern_cachefuncs.cpp +++ b/plugins/Clist_modern/src/modern_cachefuncs.cpp @@ -29,8 +29,6 @@ Modified by FYR // Module for working with lines text and avatars #include "stdafx.h" -#include "modern_cache_funcs.h" -#include "newpluginapi.h" #include "modern_sync.h" typedef BOOL(*ExecuteOnAllContactsFuncPtr) (ClcContact *contact, BOOL subcontact, void *param); |