UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[pandora-kernel.git] / drivers / gpu / drm / ttm / ttm_bo_util.c
index f8187ea..2a4aa57 100644 (file)
@@ -28,8 +28,8 @@
  * Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
  */
 
-#include "ttm/ttm_bo_driver.h"
-#include "ttm/ttm_placement.h"
+#include <drm/ttm/ttm_bo_driver.h>
+#include <drm/ttm/ttm_placement.h>
 #include <linux/io.h>
 #include <linux/highmem.h>
 #include <linux/wait.h>