mv_machine_learning: clean up mv_private.h header inclusion
authorInki Dae <inki.dae@samsung.com>
Mon, 23 Oct 2023 03:04:51 +0000 (12:04 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 25 Oct 2023 01:54:03 +0000 (10:54 +0900)
commitc53284ef43d3325f3802b1908302349b32784414
tree8946bbf19435e9218b7e88c2f07829953d4d9a21
parent23076916a27d04e93e4f6ebcfd6e6c2f7aa7c8d5
mv_machine_learning: clean up mv_private.h header inclusion

[Issue type] : code cleanup

Clean up the header inclusion by making mv_private.h to be included by
machine_learning_preprocess.cpp instead of machine_learning_preprocess.h
because the header inclusion is needed to use LOG_TAG but only needed by
machine_learning_preprocess.cpp file.

Change-Id: I656f00a1508ce68487d63ba2a3c1fc3d62922549
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/meta/include/machine_learning_preprocess.h
mv_machine_learning/meta/src/machine_learning_preprocess.cpp