Running -fsyntax-only on UniqueID.h is 2x faster with this patch
(which avoids calling std::tie for operator<). Since the transitive
includers of this file will go up as FileEntryRef gets used in more
places, avoid that compile-time hit. This is a follow-up to
23ed570af1cc165afea1b70a533a4a39d6656501 (suggested by Reid Kleckner).
Also drop the <tuple> include from FileSystem.h (which was vestigal
from before UniqueID.h was split out).