UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[deliverable/linux.git] / drivers / gpu / drm / mga / mga_drv.c
index 7a98a520ed925390804f2a9cfd3d26985dea6e90..17d0a637e4fbffdd1f546c89b2a82d6235e21b61 100644 (file)
 
 #include <linux/module.h>
 
-#include "drmP.h"
-#include "mga_drm.h"
+#include <drm/drmP.h>
+#include <drm/mga_drm.h>
 #include "mga_drv.h"
 
-#include "drm_pciids.h"
+#include <drm/drm_pciids.h>
 
 static int mga_driver_device_is_agp(struct drm_device *dev);
 
This page took 0.0695 seconds and 5 git commands to generate.