aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2018-09-07 11:20:04 -0700
committerJosh Haberman <jhaberman@gmail.com>2018-09-07 11:20:04 -0700
commit986fad3eb199a849ff1aa5c1582038832e7f8bac (patch)
treee34f22532b29ef14db33aa52044f0871de144160 /python
parent4049a24f2b78c132961a0672afe5bf16d62cebd7 (diff)
downloadprotobuf-986fad3eb199a849ff1aa5c1582038832e7f8bac.tar.gz
protobuf-986fad3eb199a849ff1aa5c1582038832e7f8bac.tar.bz2
protobuf-986fad3eb199a849ff1aa5c1582038832e7f8bac.zip
Removed obsolete hash_map header that was breaking the compile.
Diffstat (limited to 'python')
-rwxr-xr-xpython/google/protobuf/pyext/unknown_fields.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/unknown_fields.h b/python/google/protobuf/pyext/unknown_fields.h
index a2619551..94d55e14 100755
--- a/python/google/protobuf/pyext/unknown_fields.h
+++ b/python/google/protobuf/pyext/unknown_fields.h
@@ -34,7 +34,6 @@
#include <Python.h>
#include <memory>
-#include <hash_map>
#include <set>
#include <google/protobuf/pyext/message.h>