Move integration-api folder from adaptors to adaptor-framework
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / common / trigger-event.h
index 8d0d5c8..09ef23d 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_TRIGGER_EVENT_H__
-#define __DALI_INTERNAL_TRIGGER_EVENT_H__
+#ifndef DALI_INTERNAL_TRIGGER_EVENT_H
+#define DALI_INTERNAL_TRIGGER_EVENT_H
 
 /*
- * 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.
 
 // EXTERNAL INCLUDES
 #include <dali/public-api/signals/callback.h>
-#include <dali/internal/system/common/file-descriptor-monitor.h>
 
 // INTERNAL INCLUDES
 #include <dali/public-api/dali-adaptor-common.h>
-#include <dali/integration-api/trigger-event-interface.h>
+#include <dali/integration-api/adaptor-framework/trigger-event-interface.h>
+#include <dali/internal/system/common/file-descriptor-monitor.h>
 
 namespace Dali
 {
@@ -101,4 +101,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_TRIGGER_EVENT_H__
+#endif // DALI_INTERNAL_TRIGGER_EVENT_H