diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-26 14:47:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-26 14:47:04 +0000 |
commit | 1d9dd615e5f1a43d3b78f37b5aaae836dfac1c4d (patch) | |
tree | dd3dd64e8c60cccb072e5acae857c9c55203e86d /plugins/Svc_vi/services.h | |
parent | 32abe163ec316671ec5a0a3bbec68ec13f71cb92 (diff) |
- plugin converted to Unicode
- old bug fixed with the profile path
git-svn-id: http://svn.miranda-ng.org/main/trunk@182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_vi/services.h')
-rw-r--r-- | plugins/Svc_vi/services.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Svc_vi/services.h b/plugins/Svc_vi/services.h index 00bb262acd..38acbc7731 100644 --- a/plugins/Svc_vi/services.h +++ b/plugins/Svc_vi/services.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_VERSIONINFO_SERVICES_H
#define M_VERSIONINFO_SERVICES_H
-#include "common.h"
-
int InitServices();
int DestroyServices();
|