diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
commit | ad5e273a04e89a45d41c87a6a21c6d6fd937ac43 (patch) | |
tree | c704120baf221e5ee7f20e93c40753d65df80ff9 /plugins/Variables/src/contact.cpp | |
parent | b36570eeab759b37b50da15f67a2f844357fde1a (diff) |
Variables: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/contact.cpp')
-rw-r--r-- | plugins/Variables/src/contact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/contact.cpp b/plugins/Variables/src/contact.cpp index f295c0cea0..f110ab27d9 100644 --- a/plugins/Variables/src/contact.cpp +++ b/plugins/Variables/src/contact.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "variables.h"
+#include "stdafx.h"
struct _tagType
{
|