Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704692923
  • Loading branch information
jan-wassenberg authored and copybara-github committed Dec 10, 2024
1 parent d8135e8 commit 642fc97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions compression/python/compression_extension.cc
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>

#include <stdexcept>
#include <string>

#include "absl/types/span.h"
#include "compression/python/compression_clif_aux.h"
#include "compression/shared.h"
#include "pybind11/numpy.h"
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"

using gcpp::SbsWriter;

Expand Down

0 comments on commit 642fc97

Please sign in to comment.