vdisp/aggregate: IWYU

This commit is contained in:
Martin Pulec
2025-04-15 12:05:18 +02:00
parent c87df7ea2f
commit dcb2f6c171

View File

@@ -35,12 +35,13 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include "config_unix.h"
#include "config_win32.h"
#endif // HAVE_CONFIG_H
#include <assert.h> // for assert
#include <pthread.h> // for pthread_create, pthread_join, pthread_t
#include <stdbool.h> // for bool, false, true
#include <stdint.h> // for uint32_t
#include <stdio.h> // for NULL, printf, size_t, fprintf, stderr
#include <stdlib.h> // for free, calloc, malloc
#include <string.h> // for strdup, strchr, strtok_r, memcmp, memcpy
#include "debug.h"
#include "host.h"
@@ -49,9 +50,6 @@
#include "video.h"
#include "video_display.h"
#include <assert.h>
#include <host.h>
#define MAGIC_AGGREGATE 0xbbcaa321
struct display_aggregate_state {