diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-09 09:37:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-09 09:37:04 +0000 |
commit | a2e3d77c3aa849f3dd29be0ef114f9ea7e126146 (patch) | |
tree | 49e4515e2a29d61db0975a2fca81f77556cae19a /protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp | |
parent | b4cff17a1fb3c178b396c8f5d98d1cf03bc6ff4d (diff) |
unified project for WhatsApp
git-svn-id: http://svn.miranda-ng.org/main/trunk@16249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp')
-rw-r--r-- | protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp index 0dfa824738..b3ed6aa3f5 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp +++ b/protocols/WhatsApp/src/WhatsAPI++/BinTreeNodeReader.cpp @@ -5,7 +5,7 @@ * Author: Antonio
*/
-#include "../common.h" // #TODO Remove Miranda-dependency
+#include "../stdafx.h" // #TODO Remove Miranda-dependency
#include "BinTreeNodeReader.h"
#include "WAException.h"
|