summaryrefslogtreecommitdiff
path: root/unittests/VMCore/WaymarkTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/VMCore/WaymarkTest.cpp')
-rw-r--r--unittests/VMCore/WaymarkTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/unittests/VMCore/WaymarkTest.cpp b/unittests/VMCore/WaymarkTest.cpp
index 9005b0c988..0e766e1c05 100644
--- a/unittests/VMCore/WaymarkTest.cpp
+++ b/unittests/VMCore/WaymarkTest.cpp
@@ -9,9 +9,9 @@
// we perform white-box tests
//
-#include "llvm/Function.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
#include "gtest/gtest.h"
#include <algorithm>