You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2023/02/10 08:26:30 UTC

[datasketches-cpp] 01/02: Remove extraneous #includes

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch fi_equals
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 8152a164994b885da1dee0cf30ac90a73ffc4e83
Author: Jon Malkin <78...@users.noreply.github.com>
AuthorDate: Tue Feb 7 16:55:22 2023 -0800

    Remove extraneous #includes
---
 python/include/tuple_policy.hpp | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/python/include/tuple_policy.hpp b/python/include/tuple_policy.hpp
index 676bd83..368ae00 100644
--- a/python/include/tuple_policy.hpp
+++ b/python/include/tuple_policy.hpp
@@ -19,17 +19,6 @@
 
 #include <memory>
 #include <pybind11/pybind11.h>
-#include <pybind11/stl.h>
-
-#include "theta_sketch.hpp"
-#include "tuple_sketch.hpp"
-#include "tuple_union.hpp"
-#include "tuple_intersection.hpp"
-#include "tuple_a_not_b.hpp"
-#include "theta_jaccard_similarity_base.hpp"
-#include "common_defs.hpp"
-
-#include "py_serde.hpp"
 
 #ifndef _TUPLE_POLICY_HPP_
 #define _TUPLE_POLICY_HPP_


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org