Mesa (master): gallium/identity: remove unneeded path prefixes on #includes

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 26 17:44:48 UTC 2010


Module: Mesa
Branch: master
Commit: 549ce307849f9d2d3d73a8e6c6a24a95416b06c1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=549ce307849f9d2d3d73a8e6c6a24a95416b06c1

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 26 10:43:04 2010 -0700

gallium/identity: remove unneeded path prefixes on #includes

---

 src/gallium/drivers/identity/id_drm.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/gallium/drivers/identity/id_drm.c b/src/gallium/drivers/identity/id_drm.c
index b89724e..f258c38 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
 {




More information about the mesa-commit mailing list