finch/gntstatus.c

branch
release-2.6.5
changeset 29049
ea3c1e7d47f4
parent 27829
94b279f7c38c
child 31294
73607ab89c6f
equal deleted inserted replaced
29048:69661b9705cb 29049:ea3c1e7d47f4
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 #include <internal.h>
27
26 #include <gnt.h> 28 #include <gnt.h>
27 #include <gntbox.h> 29 #include <gntbox.h>
28 #include <gntbutton.h> 30 #include <gntbutton.h>
29 #include <gntcombobox.h> 31 #include <gntcombobox.h>
30 #include <gntentry.h> 32 #include <gntentry.h>
32 #include <gntline.h> 34 #include <gntline.h>
33 #include <gnttree.h> 35 #include <gnttree.h>
34 #include <gntutils.h> 36 #include <gntutils.h>
35 37
36 #include "finch.h" 38 #include "finch.h"
37 #include <internal.h>
38 39
39 #include <notify.h> 40 #include <notify.h>
40 #include <request.h> 41 #include <request.h>
41 42
42 #include "gntstatus.h" 43 #include "gntstatus.h"

mercurial