Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2015-11-23 05:06:30 +0300
committermjentsch <mtthsjntsch@gmail.com>2015-11-23 05:06:30 +0300
commit04bc03bebfeb4919d8e95f9323a444993d1c4860 (patch)
tree01bfff4572ff4300f6c5cbad78340d51297185c0 /tgp-chat.h
parent9ee84e73a20dda2070f94439ccf4c7fe31f53c63 (diff)
Clean up the include mess
Keep all libtgl and telegram-purple includes in telegram-purple.h to prevent duplication of all those includes. Remove redundant includes.
Diffstat (limited to 'tgp-chat.h')
-rw-r--r--tgp-chat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tgp-chat.h b/tgp-chat.h
index 0071325..917c990 100644
--- a/tgp-chat.h
+++ b/tgp-chat.h
@@ -22,9 +22,6 @@
#define __telegram_adium__tgp_chat__
#include "telegram-purple.h"
-#include "tgp-structs.h"
-#include "tgp-2prpl.h"
-#include <purple.h>
PurpleChat *p2tgl_chat_new (struct tgl_state *TLS, struct tgl_chat *chat);