Remove outdated comments about stdint.h

We include stdint.h unconditionally in the header. We don't require
users to include it manually before xf86drmMode.h.

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
main
Simon Ser 2020-12-12 12:39:36 +01:00
parent b82ed182ca
commit 4f0fe66369
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
2 changed files with 0 additions and 8 deletions

View File

@ -33,11 +33,6 @@
*
*/
/*
* TODO the types we are after are defined in different headers on different
* platforms find which headers to include to get uint32_t
*/
#include <limits.h>
#include <stdint.h>
#include <stdlib.h>

View File

@ -48,9 +48,6 @@ extern "C" {
/*
* This is the interface for modesetting for drm.
*
* In order to use this interface you must include either <stdint.h> or another
* header defining uint32_t, int32_t and uint16_t.
*
* It aims to provide a randr1.2 compatible interface for modesettings in the
* kernel, the interface is also meant to be used by libraries like EGL.
*