diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-31 18:28:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-31 18:28:09 +0000 |
commit | 29c9f860fa28228dac98f810f0305a6d74f8a7f5 (patch) | |
tree | fc0afb581b297185544ce8b813a69c81c21619c8 /plugins/SMS/src/SMS_svc.cpp | |
parent | 1a1ad1b654d6635913d565890d313d05ee6aa1ab (diff) |
sms: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/src/SMS_svc.cpp')
-rw-r--r-- | plugins/SMS/src/SMS_svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/SMS_svc.cpp b/plugins/SMS/src/SMS_svc.cpp index 323e08f1d5..6fb8511a84 100644 --- a/plugins/SMS/src/SMS_svc.cpp +++ b/plugins/SMS/src/SMS_svc.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "stdafx.h"
int LoadServices(void)
{
|