diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-03 07:29:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-03 07:29:03 +0000 |
commit | e761cc97509ee712c1ace5bf878756f5d418eaaa (patch) | |
tree | b33754f32382f1f3a79a2dc48faa708782728419 /src/common/util.h | |
parent | 347d3f9d629df74b3e78ac040fab30627622fda4 (diff) | |
download | tor-e761cc97509ee712c1ace5bf878756f5d418eaaa.tar tor-e761cc97509ee712c1ace5bf878756f5d418eaaa.tar.gz |
my assert.h takes extra pains to be certain to _re-include_
itself if you include it twice. this is dumb, but hey.
svn:r2653
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index ae5ab9dc5..6e674e418 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -13,7 +13,6 @@ #include "orconfig.h" #include "torint.h" #include <stdio.h> -#include <assert.h> #ifdef HAVE_SYS_TIME_H #include <sys/time.h> #endif |