summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-24 14:11:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-24 14:11:10 +0000
commitff3e2e1dc74ea1f983a3b95773800de2ac5d7ea2 (patch)
tree1c1c06d13c8af9b5d9c6db069b4bd8f3a5dc7fc0 /protocols/WhatsApp/src/common.h
parent9d62e31863057f847b56e82e3880c4c588c9cb0a (diff)
custom json parser removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/common.h')
-rw-r--r--protocols/WhatsApp/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/common.h b/protocols/WhatsApp/src/common.h
index 415f809d9f..841eecd062 100644
--- a/protocols/WhatsApp/src/common.h
+++ b/protocols/WhatsApp/src/common.h
@@ -67,6 +67,7 @@ Copyright © 2013 Uli Hecht
#include <m_xml.h>
#include <m_hotkeys.h>
#include <m_folders.h>
+#include <m_json.h>
#include "WhatsAPI++/WAConnection.h"
class WhatsAppProto;
@@ -81,7 +82,6 @@ class WhatsAppProto;
#include "WASocketConnection.h"
#include "proto.h"
#include "entities.h"
-#include "cJSON.h"
#if defined _DEBUG
#include <stdlib.h>