From ef61a3e62f87443a7384883b87cc01ec488e4823 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 23 Apr 2014 16:35:19 +0200 Subject: [PATCH] No longer hardcode path for drm.h include in qxl_drm.h. \#include "drm/drm.h" --> #include "drm.h" (same as in other _drm.h files) --- include/drm/qxl_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/qxl_drm.h b/include/drm/qxl_drm.h index 5d7de70..1e331a8 100644 --- a/include/drm/qxl_drm.h +++ b/include/drm/qxl_drm.h @@ -25,7 +25,7 @@ #define QXL_DRM_H #include -#include "drm/drm.h" +#include "drm.h" /* Please note that modifications to all structs defined here are * subject to backwards-compatibility constraints. -- 1.8.4.5