mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-23 15:11:51 +00:00
fix warning
Signed-off-by: 耿豪 <genghao13@huawei.com>
This commit is contained in:
parent
710aac04e8
commit
675e76f43c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user