Remove DALI_ADAPTOR_COMPILATION define
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / common / native-render-surface-factory.cpp
index ded1216..bf1f3ce 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,7 +16,8 @@
  */
 
 // INTERNAL INCLUDES
-#include <dali/integration-api/native-render-surface.h>
+#include <dali/integration-api/adaptors/native-render-surface.h>
+#include <dali/internal/adaptor/common/adaptor-impl.h>
 #include <dali/internal/window-system/common/render-surface-factory.h>
 
 namespace Dali