From fee27cf822cff981f3e6f8fb6ea4a8c5fe3579b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Mon, 13 Jan 2014 17:05:19 +0200 Subject: [PATCH] tests: Drop glib.h include from kms_cursor_crc and kms_fbc_crc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kms_cursor_crc and kms_fbc_crc don't need glib.h. This was just some copy-paste error on my part. Signed-off-by: Ville Syrjälä --- tests/kms_cursor_crc.c | 3 +-- tests/kms_fbc_crc.c | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index 4bcce86f..38aa1ab5 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -23,12 +23,11 @@ */ #include +#include #include #include #include -#include - #include "drm_fourcc.h" #include "drmtest.h" diff --git a/tests/kms_fbc_crc.c b/tests/kms_fbc_crc.c index f3de3103..4d4473e2 100644 --- a/tests/kms_fbc_crc.c +++ b/tests/kms_fbc_crc.c @@ -27,8 +27,6 @@ #include #include -#include - #include "drm_fourcc.h" #include "drmtest.h"