From 1f43ea41c330d1b0580b601e55f641f03ddced04 Mon Sep 17 00:00:00 2001 From: Bjorn Pettersson Date: Mon, 21 Oct 2019 17:51:54 +0000 Subject: Prune Pass.h include from DataLayout.h. NFCI Summary: Reduce include dependencies by no longer including Pass.h from DataLayout.h. That include seemed irrelevant to DataLayout, as well as being irrelevant to several users of DataLayout. Reviewers: rnk Reviewed By: rnk Subscribers: mehdi_amini, hiraditya, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D69261 llvm-svn: 375436 --- llvm/unittests/IR/ModuleTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/unittests/IR/ModuleTest.cpp') diff --git a/llvm/unittests/IR/ModuleTest.cpp b/llvm/unittests/IR/ModuleTest.cpp index ae420bb5406..12eba7025ee 100644 --- a/llvm/unittests/IR/ModuleTest.cpp +++ b/llvm/unittests/IR/ModuleTest.cpp @@ -8,6 +8,7 @@ #include "llvm/IR/Module.h" #include "llvm/IR/GlobalVariable.h" +#include "llvm/Pass.h" #include "llvm/Support/RandomNumberGenerator.h" #include "gtest/gtest.h" -- cgit v1.2.3