UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
[linux-2.6-block.git] / drivers / gpu / drm / vmwgfx / vmwgfx_dmabuf.c
index 3fa884db08abcb9d032fc61a1b05d0abe8ba94d4..3ce68a2e312dbba2e588a3e52595b0d7f060ef44 100644 (file)
@@ -25,9 +25,9 @@
  *
  **************************************************************************/
 
-#include "ttm/ttm_placement.h"
+#include <drm/ttm/ttm_placement.h>
 
-#include "drmP.h"
+#include <drm/drmP.h>
 #include "vmwgfx_drv.h"