Daemon: Change the directory including header file to 'include'
authorWook Song <wook16.song@samsung.com>
Mon, 22 May 2023 02:46:30 +0000 (11:46 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Wed, 24 May 2023 02:26:54 +0000 (11:26 +0900)
commit5aae12a083a2bf04ae08b2e876133c4cdead4eaa
tree412712dead962eca061404c7d6c419607230546f
parentd283474218175656ee3d1fd2465aa28c4a364400
Daemon: Change the directory including header file to 'include'

To keep consistency with the C-Level API's header file directory, this
patch changes the directory including ML Agent Service's header files to
'include' from 'includes'.

Signed-off-by: Wook Song <wook16.song@samsung.com>
13 files changed:
daemon/common.h [moved from daemon/includes/common.h with 100% similarity]
daemon/dbus-interface.h [moved from daemon/includes/dbus-interface.h with 100% similarity]
daemon/gdbus-util.c
daemon/gdbus-util.h [moved from daemon/includes/gdbus-util.h with 100% similarity]
daemon/include/meson.build [moved from daemon/includes/meson.build with 100% similarity]
daemon/include/ml-agent-dbus-interface.h [moved from daemon/includes/ml-agent-dbus-interface.h with 100% similarity]
daemon/log.h [moved from daemon/includes/log.h with 100% similarity]
daemon/meson.build
daemon/ml-agent-dbus-interface.c
daemon/modules.h [moved from daemon/includes/modules.h with 100% similarity]
daemon/pipeline-dbus-impl.cc
daemon/pkg-mgr.h [moved from daemon/includes/pkg-mgr.h with 100% similarity]
daemon/service-db.hh [moved from daemon/includes/service-db.hh with 100% similarity]