1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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 fdadecc8f8
commit 9ec7689e46

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"