gallium/identity: remove unneeded path prefixes on #includes

This commit is contained in:
Brian Paul
2010-02-26 10:43:04 -07:00
parent 83f1183e76
commit 549ce30784
+5 -5
View File
@@ -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
{