Skip to content

Commit

Permalink
image/core_filters: Fix stray imports
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Jun 13, 2024
1 parent 3a2e17a commit 7155a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use std::arch::x86::*;
#[cfg(target_arch = "x86_64")]
use std::arch::x86_64::*;

use crate::grayscale::scalar::convert_rgb_to_grayscale_scalar;
use crate::core_filters::colorspace::grayscale::scalar::convert_rgb_to_grayscale_scalar;

#[target_feature(enable = "sse4.1")]
#[allow(
Expand Down

0 comments on commit 7155a64

Please sign in to comment.