| 29105:d56f5928f941 | 29106:51c7b2177e42 |
|---|---|
| 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 <gntlabel.h> | 31 #include <gntlabel.h> |
| 30 #include <gntline.h> | 32 #include <gntline.h> |
| 31 #include <gnttree.h> | 33 #include <gnttree.h> |
| 32 #include <gntutils.h> | 34 #include <gntutils.h> |
| 33 | 35 |
| 34 #include "finch.h" | 36 #include "finch.h" |
| 35 #include <internal.h> | |
| 36 | 37 |
| 37 #include "debug.h" | 38 #include "debug.h" |
| 38 #include "notify.h" | 39 #include "notify.h" |
| 39 #include "request.h" | 40 #include "request.h" |
| 40 | 41 |