finch/gntrequest.c

branch
release-2.6.5
changeset 29049
ea3c1e7d47f4
parent 27829
94b279f7c38c
child 30495
cc00c5e8b499
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 <gntcheckbox.h> 31 #include <gntcheckbox.h>
30 #include <gntcombobox.h> 32 #include <gntcombobox.h>
33 #include <gntlabel.h> 35 #include <gntlabel.h>
34 #include <gntline.h> 36 #include <gntline.h>
35 #include <gnttree.h> 37 #include <gnttree.h>
36 38
37 #include "finch.h" 39 #include "finch.h"
38 #include <internal.h>
39 #include "gntrequest.h" 40 #include "gntrequest.h"
40 #include "debug.h" 41 #include "debug.h"
41 #include "util.h" 42 #include "util.h"
42 43
43 /* XXX: Until gobjectification ... */ 44 /* XXX: Until gobjectification ... */

mercurial