From 82ad15fd1040a0457ebe22edabfaa69c44577412 Mon Sep 17 00:00:00 2001 From: Rodrigo Vivi Date: Mon, 9 Jun 2014 11:15:47 -0700 Subject: Fix make distclean by fixing includes of version.h Actually only the igt_core was breaking the make distcheck, but let's make it consistent and let the code cleaner. Credits-to: Reviewed-by: Ben Widawsky Signed-off-by: Rodrigo Vivi --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/drmtest.c') diff --git a/lib/drmtest.c b/lib/drmtest.c index bd72e498..b3c3fa6b 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -53,7 +53,7 @@ #include "intel_chipset.h" #include "intel_io.h" #include "igt_debugfs.h" -#include "../version.h" +#include "version.h" #include "config.h" #include "intel_reg.h" #include "ioctl_wrappers.h" -- cgit v1.2.3