UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[deliverable/linux.git] / drivers / gpu / drm / r128 / r128_state.c
index a9e33ce65918c98bed3c039dbc65fa8e02bac15e..19bb7e6f3d9a8e6a3fc292d7780f4f052a03f11e 100644 (file)
@@ -28,9 +28,8 @@
  *    Gareth Hughes <gareth@valinux.com>
  */
 
-#include "drmP.h"
-#include "drm.h"
-#include "r128_drm.h"
+#include <drm/drmP.h>
+#include <drm/r128_drm.h>
 #include "r128_drv.h"
 
 /* ================================================================
This page took 0.024833 seconds and 5 git commands to generate.