Removed obsolete hash_map header that was breaking the compile.

This commit is contained in:
Josh Haberman 2018-09-07 11:20:04 -07:00
parent 4049a24f2b
commit 986fad3eb1

View File

@ -34,7 +34,6 @@
#include <Python.h>
#include <memory>
#include <hash_map>
#include <set>
#include <google/protobuf/pyext/message.h>