fix warning

Signed-off-by: 耿豪 <genghao13@huawei.com>
This commit is contained in:
耿豪 2024-05-22 15:41:27 +08:00
parent 710aac04e8
commit 675e76f43c
2 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "filter_napi.h"
#include "image_napi_utils.h"
#include "../include/filter_napi.h"
namespace {
constexpr uint32_t NUM_0 = 0;

View File

@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "../include/native_module_ohos_ui_effect.h"
#include "native_module_ohos_ui_effect.h"
#include "hilog/log.h"
using OHOS::HiviewDFX::HiLog;