(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

@@ -11,6 +11,8 @@
*/
#include <stdio.h>
#include <string.h> /* strlen(), strstr(), strcmp() */
#include <stdlib.h> /* EXIT_FAILURE */
#include <event2/buffer.h>