Skip to content

Commit

Permalink
Revert "Adding explicit arena.h include"
Browse files Browse the repository at this point in the history
This reverts commit e4395e7.
  • Loading branch information
mkruskal-google committed Sep 7, 2022
1 parent e4395e7 commit e622dc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/google/protobuf/pyext/message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
#ifndef Py_TYPE
#define Py_TYPE(ob) (((PyObject*)(ob))->ob_type)
#endif
#include <google/protobuf/arena.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/io/coded_stream.h>
Expand Down

0 comments on commit e622dc1

Please sign in to comment.