From: Brian Paul Date: Fri, 26 Feb 2010 17:43:04 +0000 (-0700) Subject: gallium/identity: remove unneeded path prefixes on #includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=549ce307849f9d2d3d73a8e6c6a24a95416b06c1;p=mesa.git gallium/identity: remove unneeded path prefixes on #includes --- diff --git a/src/gallium/drivers/identity/id_drm.c b/src/gallium/drivers/identity/id_drm.c index b89724e4f32..f258c38cd71 100644 --- a/src/gallium/drivers/identity/id_drm.c +++ b/src/gallium/drivers/identity/id_drm.c @@ -28,11 +28,11 @@ #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 {