comparison finch/gntconv.c @ 29152: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 e7bb163434c7
children f94d701aa306
comparison
equal deleted inserted replaced
29151:756cfb3d66c1 29152: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 <string.h> 26
27 27 #include <internal.h>
28 #include "finch.h" 28 #include "finch.h"
29 #include <internal.h>
30 29
31 #include <cmds.h> 30 #include <cmds.h>
32 #include <core.h> 31 #include <core.h>
33 #include <idle.h> 32 #include <idle.h>
34 #include <prefs.h> 33 #include <prefs.h>