[Mesa-dev] [PATCH 03/12] egl_dri2: fix plafrom_haiku includes
Alexander von Gluck IV
kallisti5 at unixzen.com
Mon Dec 22 06:36:02 PST 2014
From: Emil Velikov <emil.l.velikov at gmail.com>
Drop the gralloc_drm which is android specific header and
remove the leading .. in the loader inclusion.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/egl/drivers/dri2/platform_haiku.cpp | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/egl/drivers/dri2/platform_haiku.cpp b/src/egl/drivers/dri2/platform_haiku.cpp
index f31e458..77b88a9 100644
--- a/src/egl/drivers/dri2/platform_haiku.cpp
+++ b/src/egl/drivers/dri2/platform_haiku.cpp
@@ -26,10 +26,9 @@
#include <dlfcn.h>
#include <stdio.h>
+#include "loader.h"
#include "egl_dri2.h"
#include "egl_dri2_fallbacks.h"
-#include "../../../loader/loader.h"
-//#include "gralloc_drm.h"
#include <InterfaceKit.h>
--
1.7.1
More information about the mesa-dev
mailing list