aboutsummaryrefslogtreecommitdiff
path: root/system/OpenglSystemCommon
diff options
context:
space:
mode:
Diffstat (limited to 'system/OpenglSystemCommon')
-rw-r--r--system/OpenglSystemCommon/HostConnection.cpp2
-rw-r--r--system/OpenglSystemCommon/VirtioGpuPipeStream.cpp2
-rw-r--r--system/OpenglSystemCommon/VirtioGpuStream.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/system/OpenglSystemCommon/HostConnection.cpp b/system/OpenglSystemCommon/HostConnection.cpp
index 60f74d29..d1cc78b4 100644
--- a/system/OpenglSystemCommon/HostConnection.cpp
+++ b/system/OpenglSystemCommon/HostConnection.cpp
@@ -85,7 +85,7 @@ using goldfish_vk::VkEncoder;
#include "VirtioGpuPipeStream.h"
#include <cros_gralloc_handle.h>
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#endif
diff --git a/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp b/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
index 6143bd53..1625eb8d 100644
--- a/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
+++ b/system/OpenglSystemCommon/VirtioGpuPipeStream.cpp
@@ -16,7 +16,7 @@
#include "VirtioGpuPipeStream.h"
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#include <sys/types.h>
diff --git a/system/OpenglSystemCommon/VirtioGpuStream.cpp b/system/OpenglSystemCommon/VirtioGpuStream.cpp
index 8286a37b..988cb5e6 100644
--- a/system/OpenglSystemCommon/VirtioGpuStream.cpp
+++ b/system/OpenglSystemCommon/VirtioGpuStream.cpp
@@ -16,7 +16,7 @@
#include "VirtioGpuStream.h"
-#include <drm/virtgpu_drm.h>
+#include <virtgpu_drm.h>
#include <xf86drm.h>
#include <sys/types.h>