Mercurial > pidgin.yaz
diff finch/gntplugin.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 | f7c5bb2f6623 |
| children | a538cb73f897 |
line wrap: on
line diff
--- a/finch/gntplugin.c Tue Dec 08 03:42:59 2009 +0000 +++ b/finch/gntplugin.c Tue Dec 08 04:18:32 2009 +0000 @@ -23,6 +23,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA */ +#include <internal.h> + #include <gnt.h> #include <gntbox.h> #include <gntbutton.h> @@ -32,7 +34,6 @@ #include <gntutils.h> #include "finch.h" -#include <internal.h> #include "debug.h" #include "notify.h"
