Skip to content

Commit 4892a33

Browse files
committed
test/tv: Remove config includes
1 parent dc14e07 commit 4892a33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test_tv.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
* SUCH DAMAGE.
3434
*/
3535

36-
#include "config.h"
37-
#include "config_unix.h"
38-
#include "config_win32.h"
36+
#include <stdio.h>
3937
#include "tv.h"
4038
#include "test_tv.h"
4139

40+
#include "compat/usleep.h"
41+
4242
int test_tv(void)
4343
{
4444
struct timeval t1, t2;

0 commit comments

Comments
 (0)