diff --git a/recipes/harfbuzz/all/conanfile.py b/recipes/harfbuzz/all/conanfile.py index ce1aa84efb199e..224f1bef362d5d 100644 --- a/recipes/harfbuzz/all/conanfile.py +++ b/recipes/harfbuzz/all/conanfile.py @@ -180,7 +180,6 @@ def package_info(self): if self.options.with_subset: self.cpp_info.libs.append("harfbuzz-subset") self.cpp_info.libs.append("harfbuzz") - self.cpp_info.includedirs.append(os.path.join("include", "harfbuzz")) if self.settings.os in ["Linux", "FreeBSD"]: self.cpp_info.system_libs.append("m") if self.settings.os == "Windows" and not self.options.shared: