1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h module header. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-30 14:30:19 +01:00
parent 220d9ef6ed
commit 656274f67b

View File

@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "SafeStackLayout.h"
#include "SafeStackColoring.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"