comparison finch/gntmedia.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 901476dc70b9
children a8cc50c2279f
comparison
equal deleted inserted replaced
29151:756cfb3d66c1 29152:259bbfb423d4
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 26
27 #include <internal.h>
27 #include "finch.h" 28 #include "finch.h"
28 #include <internal.h>
29 #include "gntconv.h" 29 #include "gntconv.h"
30 #include "gntmedia.h" 30 #include "gntmedia.h"
31 31
32 #include "gnt.h" 32 #include "gnt.h"
33 #include "gntbutton.h" 33 #include "gntbutton.h"