gallium/identity: remove unneeded path prefixes on #includes
[mesa.git] / src / gallium / drivers / identity / id_drm.c
index b89724e4f32185c050f10b71399520a68e65d2d6..f258c38cd71e313694955bbde86ff31b2888b426 100644 (file)
 #include "state_tracker/drm_api.h"
 
 #include "util/u_memory.h"
-#include "identity/id_drm.h"
-#include "identity/id_screen.h"
-#include "identity/id_public.h"
-#include "identity/id_screen.h"
-#include "identity/id_objects.h"
+#include "id_drm.h"
+#include "id_screen.h"
+#include "id_public.h"
+#include "id_screen.h"
+#include "id_objects.h"
 
 struct identity_drm_api
 {