minui: Only include graphics_adf.h if we do not build with MSM_BSP

Change-Id: Id32a394d23ea5df986615855119912f765ebee99
This commit is contained in:
Andreas Schneider
2017-11-29 18:02:58 +01:00
committed by Dees Troy
parent 75847daf15
commit 58d68e5a0a
+2
View File
@@ -28,7 +28,9 @@
#include "font_10x18.h"
#endif
#ifndef MSM_BSP
#include "graphics_adf.h"
#endif
#include "graphics_drm.h"
#include "graphics_fbdev.h"
#include "graphics_overlay.h"