diff mcabber/mcabber/otr.h @ 2336:0dc317b5599d

Remove support for libotr 3.x libotr 4.0.0 was released in 2012... There should be no distribution with a support lifecycle left that only packages libotr 3.x
author franky
date Sun, 12 May 2019 10:10:12 +0200
parents 0c78d31c753d
children
line wrap: on
line diff
--- a/mcabber/mcabber/otr.h	Sat May 11 22:36:30 2019 +0200
+++ b/mcabber/mcabber/otr.h	Sun May 12 10:10:12 2019 +0200
@@ -5,9 +5,7 @@
 
 #ifdef HAVE_LIBOTR
 
-#ifndef HAVE_LIBOTR3
-# include <libotr/instag.h>
-#endif
+#include <libotr/instag.h>
 #include <libotr/proto.h>
 #include <libotr/message.h>
 #include <libotr/privkey.h>