comparison finch/gntplugin.c @ 28770:259bbfb423d4

Fix all the remaining files for which internal.h doesn't end up being the first include. This should resolve the warnings on Solaris as reported by aab. Closes #10523.
author Paul Aurich <paul@darkrain42.org>
date Tue, 08 Dec 2009 04:18:32 +0000
parents f7c5bb2f6623
children a538cb73f897
comparison
equal deleted inserted replaced
28769:756cfb3d66c1 28770:259bbfb423d4
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