(trunk libT) fix <assert.h> #includes

This commit is contained in:
Charles Kerr 2010-01-01 22:14:50 +00:00
parent e61e0fcd3d
commit 21bd268aa9
3 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
* $Id$
*/
#include <assert.h>
#include <errno.h>
#include <time.h>
#include <inttypes.h>

View File

@ -10,6 +10,7 @@
* $Id$
*/
#include <assert.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>

View File

@ -10,7 +10,6 @@
* $Id$
*/
#include <assert.h>
#include <string.h> /* strlen */
#include <event.h>