From 4f0fe66369b267025e0c43ef79177587331f59a6 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 12 Dec 2020 12:39:36 +0100 Subject: [PATCH] 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 Reviewed-by: Daniel Vetter --- xf86drmMode.c | 5 ----- xf86drmMode.h | 3 --- 2 files changed, 8 deletions(-) diff --git a/xf86drmMode.c b/xf86drmMode.c index 5af27c4..3d6bdfd 100644 --- a/xf86drmMode.c +++ b/xf86drmMode.c @@ -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 #include #include diff --git a/xf86drmMode.h b/xf86drmMode.h index abd0c1c..baf3d5d 100644 --- a/xf86drmMode.h +++ b/xf86drmMode.h @@ -48,9 +48,6 @@ extern "C" { /* * This is the interface for modesetting for drm. * - * In order to use this interface you must include either 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. * -- 2.7.4