Eugene.Zelenko added inline comments. ================ Comment at: clang-move/ClangMove.h:13 @@ +12,3 @@ + +#include <map> +#include <string> ---------------- Isn't C++ headers should be after Clang headers? https://reviews.llvm.org/D24243