finch/gntplugin.c

branch
vv
changeset 22398
1a6f172dfbd4
parent 22104
56970903b8e9
parent 22069
841d24b3a2bc
child 26477
245d9650bb2b
equal deleted inserted replaced
22397:ce4724bf245c 22398:1a6f172dfbd4
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 "notify.h"
27 #include "request.h"
28
26 #include <gnt.h> 29 #include <gnt.h>
27 #include <gntbox.h> 30 #include <gntbox.h>
28 #include <gntbutton.h> 31 #include <gntbutton.h>
29 #include <gntlabel.h> 32 #include <gntlabel.h>
30 #include <gntline.h> 33 #include <gntline.h>
32 #include <gntutils.h> 35 #include <gntutils.h>
33 36
34 #include "finch.h" 37 #include "finch.h"
35 38
36 #include "debug.h" 39 #include "debug.h"
37 #include "notify.h"
38 #include "request.h"
39 40
40 #include "gntplugin.h" 41 #include "gntplugin.h"
41 #include "gntrequest.h" 42 #include "gntrequest.h"
42 43
43 static struct 44 static struct

mercurial