Skip to content

Commit 971b146

Browse files
committed
vcap/ximea: IWYU
1 parent 96fc3a5 commit 971b146

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/video_capture/ximea.c

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@
3838
#ifdef HAVE_CONFIG_H
3939
#include "config.h"
4040
#endif // HAVE_CONFIG_H
41-
#include "config_unix.h"
42-
#include "config_win32.h"
41+
42+
#include <assert.h> // for assert
43+
#include <stdbool.h> // for bool, false, true
44+
#include <stdint.h> // for uint32_t
45+
#include <stdio.h> // for printf, snprintf
46+
#include <stdlib.h> // for free, calloc, strtol, strtod
47+
#include <string.h> // for NULL, strstr, strlen, memset, strchr
4348

4449
#if defined(__APPLE__)
4550
#include <m3api/xiApi.h>

0 commit comments

Comments
 (0)