about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-15 20:11:34 +0100
committerJames Booth <boothj5@gmail.com>2015-06-15 20:11:34 +0100
commit5cdd69f478e6bbd4b8b0ca03daab56e6206c3ab2 (patch)
treedf9ced8c36522a0cbb50c99e7815a625ac0f3c1f /src/otr
parent38ed9188d30b5968fc6b311597e82d8648b73819 (diff)
downloadprofani-tty-5cdd69f478e6bbd4b8b0ca03daab56e6206c3ab2.tar.gz
Moved UI interfaces to ui.h
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.h b/src/otr/otr.h
index e020c0c8..3c46ac3d 100644
--- a/src/otr/otr.h
+++ b/src/otr/otr.h
@@ -39,7 +39,7 @@
 #include <libotr/message.h>
 
 #include "config/accounts.h"
-#include "ui/window.h"
+#include "ui/ui.h"
 
 typedef enum {
     PROF_OTRPOLICY_MANUAL,