finch/gntstatus.c

branch
vv
changeset 22069
841d24b3a2bc
parent 21653
621c47778132
parent 19882
d8c2a2fc1fbf
child 26477
245d9650bb2b
equal deleted inserted replaced
22068:5157ec7a2b6f 22069:841d24b3a2bc
21 * 21 *
22 * You should have received a copy of the GNU General Public License 22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26
27 #include <notify.h>
28 #include <request.h>
29
26 #include <gnt.h> 30 #include <gnt.h>
27 #include <gntbox.h> 31 #include <gntbox.h>
28 #include <gntbutton.h> 32 #include <gntbutton.h>
29 #include <gntcombobox.h> 33 #include <gntcombobox.h>
30 #include <gntentry.h> 34 #include <gntentry.h>
32 #include <gntline.h> 36 #include <gntline.h>
33 #include <gnttree.h> 37 #include <gnttree.h>
34 #include <gntutils.h> 38 #include <gntutils.h>
35 39
36 #include "finch.h" 40 #include "finch.h"
37
38 #include <notify.h>
39 #include <request.h>
40 41
41 #include "gntstatus.h" 42 #include "gntstatus.h"
42 43
43 static struct 44 static struct
44 { 45 {

mercurial