diff options
| author | Daniel P. Berrange <berrange@redhat.com> | 2012-01-10 15:07:37 +0000 |
|---|---|---|
| committer | Alon Levy <alevy@redhat.com> | 2012-01-13 18:11:59 +0200 |
| commit | d46bc7727818aa08f3dcb207bfca96768e63e342 (patch) | |
| tree | db7df230b0a774d79dc639fb94c87484f8eb55e9 /server/tests/basic_event_loop.c | |
| parent | 2d530f929f9d0fc6a66eede9cea4eb629f9863c8 (diff) | |
Remove bogus include of strings.h
The tests include strings.h but don't need any of its functions
Diffstat (limited to 'server/tests/basic_event_loop.c')
| -rw-r--r-- | server/tests/basic_event_loop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/basic_event_loop.c b/server/tests/basic_event_loop.c index 41795f10..7e575276 100644 --- a/server/tests/basic_event_loop.c +++ b/server/tests/basic_event_loop.c @@ -1,7 +1,6 @@ #include <stdlib.h> #include <stdio.h> #include <sys/time.h> -#include <strings.h> #include <signal.h> #include <string.h> |
