Skip to content

Commit 35d0f6d

Browse files
committed
disp/dvs: Remove config includes
1 parent f1155e7 commit 35d0f6d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/video_display/dvs.c

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@
5151

5252
#include <stdbool.h>
5353

54-
#include "config.h"
55-
#include "config_unix.h"
56-
#include "config_win32.h"
54+
#include <assert.h>
55+
#include <stdio.h>
56+
#include <stdlib.h>
57+
#include <string.h>
58+
#include <sys/time.h>
59+
60+
5761
#include "host.h"
5862

5963
#include "audio/types.h"

0 commit comments

Comments
 (0)