dmabuf: Remove unused headers

This commit is contained in:
Benjamin Otte 2023-11-25 01:27:22 +01:00
parent 725857e15b
commit d7bc4c719b
2 changed files with 0 additions and 10 deletions

View File

@ -31,9 +31,6 @@
#include "gdktexturedownloader.h"
#include <graphene.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <linux/dma-buf.h>
#include <epoxy/egl.h>
/* A dmabuf downloader implementation that downloads buffers via

View File

@ -29,13 +29,6 @@
#include <gdk/gdkgltexturebuilder.h>
#include <gdk/gdktexturedownloader.h>
#ifdef HAVE_DMABUF
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <linux/dma-buf.h>
#include <epoxy/egl.h>
#endif
/**
* GdkDmabufTexture:
*