drm_hwcomposer: Move importer.h to platform.h
We're going to need more platform-specific stuff, so lump it
all in the same header.
BUG=b/28117135
TEST=compiles
Change-Id: Idfe82e9a29a0bcd284a02b2e58af0e620fdc542b
Signed-off-by: Sean Paul <seanpaul@chromium.org>
diff --git a/drmcomposition.h b/drmcomposition.h
index bff885e..ccb7184 100644
--- a/drmcomposition.h
+++ b/drmcomposition.h
@@ -20,7 +20,7 @@
#include "drmhwcomposer.h"
#include "drmdisplaycomposition.h"
#include "drmplane.h"
-#include "importer.h"
+#include "platform.h"
#include <map>
#include <vector>