Fix make distclean by fixing includes of version.h
authorRodrigo Vivi <rodrigo.vivi@gmail.com>
Mon, 9 Jun 2014 18:15:47 +0000 (11:15 -0700)
committerRodrigo Vivi <rodrigo.vivi@gmail.com>
Mon, 9 Jun 2014 18:17:20 +0000 (11:17 -0700)
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 <ben@bwidawsk.net>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
lib/drmtest.c
lib/igt_aux.c
lib/igt_core.c
lib/ioctl_wrappers.c

index bd72e49..b3c3fa6 100644 (file)
@@ -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"
index 182e1c0..c0088d5 100644 (file)
@@ -53,7 +53,7 @@
 #include "intel_chipset.h"
 #include "igt_aux.h"
 #include "igt_debugfs.h"
-#include "../version.h"
+#include "version.h"
 #include "config.h"
 #include "intel_reg.h"
 #include "ioctl_wrappers.h"
index 6e553cf..56eacf2 100644 (file)
@@ -54,7 +54,7 @@
 #include "intel_chipset.h"
 #include "intel_io.h"
 #include "igt_debugfs.h"
-#include "../version.h"
+#include "version.h"
 #include "config.h"
 
 #include "igt_core.h"
index 507a1aa..af63be3 100644 (file)
@@ -54,7 +54,7 @@
 #include "intel_chipset.h"
 #include "intel_io.h"
 #include "igt_debugfs.h"
-#include "../version.h"
+#include "version.h"
 #include "config.h"
 
 #include "ioctl_wrappers.h"