Drop support for deprecated associative containers
[folly.git] / folly / String.h
index 39dc11e314a8d51f9d97019b33d1ec44bf022dc1..80d3e232375aa9c91d6dadbd2187748ca6d0db5b 100644 (file)
 #include <boost/type_traits.hpp>
 #include <boost/regex/pending/unicode_iterator.hpp>
 
-#ifdef FOLLY_HAVE_DEPRECATED_ASSOC
-#ifdef _GLIBCXX_SYMVER
-#include <ext/hash_set>
-#include <ext/hash_map>
-#endif
-#endif
-
 #include <unordered_set>
 #include <unordered_map>