From 5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 24 Jul 2016 15:14:46 +0100 Subject: Moved window_list.c --- src/otr/otr.c | 2 +- src/otr/otrlibv4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/otr') diff --git a/src/otr/otr.c b/src/otr/otr.c index bcf64e66..27bd171b 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -42,7 +42,7 @@ #include "otr/otrlib.h" #include "log.h" #include "xmpp/roster_list.h" -#include "window_list.h" +#include "ui/window_list.h" #include "xmpp/contact.h" #include "ui/ui.h" #include "xmpp/xmpp.h" diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c index 1b11668b..74166808 100644 --- a/src/otr/otrlibv4.c +++ b/src/otr/otrlibv4.c @@ -37,7 +37,7 @@ #include #include "ui/ui.h" -#include "window_list.h" +#include "ui/window_list.h" #include "log.h" #include "otr/otr.h" #include "otr/otrlib.h" -- cgit 1.4.1-2-gfad0 /form> Fork of lines.love for browsing read-only text files; useful starting point for further forksKartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
blob: 2a3113143bfd1a2ac4bdcfd0e4caa1e2cb9ea4a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118