(trunk) it's bad form to #include so many system headers in libtransmission/utils.h...

This commit is contained in:
Jordan Lee
2011-03-16 18:04:23 +00:00
parent 30f8f499ed
commit 374ed10f3b
24 changed files with 42 additions and 5 deletions

View File

@@ -10,6 +10,8 @@
* $Id$
*/
#include <stdlib.h> /* qsort() */
#include <gtk/gtk.h>
#include <glib/gi18n.h>