Skip to content

Commit

Permalink
Remove unused unordered_map include. (facebookresearch#2900)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#2900

This makes builds brittle and slows down builds.

Reviewed By: algoriddle

Differential Revision: D46445595

fbshipit-source-id: 03a02e274922dd6215e467ead148890d79b3c2f8
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Jun 7, 2023
1 parent 451f6cd commit f82298f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faiss/AutoTune.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#define FAISS_AUTO_TUNE_H

#include <stdint.h>
#include <unordered_map>
#include <vector>

#include <faiss/Index.h>
Expand Down

0 comments on commit f82298f

Please sign in to comment.