Skip to content

Commit

Permalink
DetailedRecordsBackend.cpp - tidy implicit header dependencies. NFCI.
Browse files Browse the repository at this point in the history
We don't use <algorithm>, <set> or <vector>, but we do use std::pair (<utility>).
  • Loading branch information
RKSimon committed Jun 13, 2021
1 parent 3dc727e commit a03d09f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llvm/lib/TableGen/DetailedRecordsBackend.cpp
Expand Up @@ -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"

Expand Down

0 comments on commit a03d09f

Please sign in to comment.