1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

DOTGraphTraitsPass.h - remove unnecessary includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-27 11:22:13 +01:00
parent 2dcffa66b5
commit 1298c0e8d6

View File

@ -14,8 +14,6 @@
#define LLVM_ANALYSIS_DOTGRAPHTRAITSPASS_H
#include "llvm/Analysis/CFGPrinter.h"
#include "llvm/Pass.h"
#include "llvm/Support/FileSystem.h"
namespace llvm {