DetailedRecordsBackend.cpp - tidy implicit header dependencies. NFCI.

We don't use <algorithm>, <set> or <vector>, but we do use std::pair (<utility>).
This commit is contained in:
Simon Pilgrim 2021-06-13 16:27:17 +01:00
parent 3dc727e81b
commit a03d09f423
1 changed files with 1 additions and 3 deletions

View File

@ -22,10 +22,8 @@
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/TableGenBackend.h"
#include <algorithm>
#include <set>
#include <string>
#include <vector>
#include <utility>
#define DEBUG_TYPE "detailed-records-backend"