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/senddlg.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/senddlg.cpp')
-rw-r--r-- | plugins/SMS/src/senddlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index 63d353bdc2..994cb83d8e 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -25,7 +25,7 @@ All the information needed you can find at www.nuke007.tk Enjoy the code and use it smartly!
*/
-#include "common.h"
+#include "stdafx.h"
#define TIMERID_MSGSEND 0
#define TIMEDOUT_CANCEL 0
|