diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-08 05:50:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-08 05:50:31 +0000 |
commit | 3fc04529d4178f9331f9fd22ff077501bddf251e (patch) | |
tree | d7fff8d4caf0ed0260fb1246cc884a128f6514a2 /src/common/test.h | |
parent | 50f5f6367854df38c7fa995aa778421b276177c1 (diff) | |
download | tor-3fc04529d4178f9331f9fd22ff077501bddf251e.tar tor-3fc04529d4178f9331f9fd22ff077501bddf251e.tar.gz |
r14093@catbus: nickm | 2007-08-08 01:49:54 -0400
Include fewer redundant headers; use the compiler search paths better.
svn:r11060
Diffstat (limited to 'src/common/test.h')
-rw-r--r-- | src/common/test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/test.h b/src/common/test.h index 6919376d2..b6b10d4c2 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -12,8 +12,6 @@ * \brief Macros used by unit tests. */ -#include <string.h> -#include <stdio.h> #include "compat.h" #ifdef __GNUC__ |