comparison finch/gntdebug.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 6a3aaa4e5e56
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
27 #include <internal.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 <gntcheckbox.h> 32 #include <gntcheckbox.h>
30 #include <gntentry.h> 33 #include <gntentry.h>
33 #include <gntline.h> 36 #include <gntline.h>
34 #include <gnttextview.h> 37 #include <gnttextview.h>
35 38
36 #include "gntdebug.h" 39 #include "gntdebug.h"
37 #include "finch.h" 40 #include "finch.h"
38 #include <internal.h>
39 #include "notify.h" 41 #include "notify.h"
40 #include "util.h" 42 #include "util.h"
41 43
42 #include <stdio.h> 44 #include <stdio.h>
43 #include <string.h> 45 #include <string.h>