Merge System into Support.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
index 1f5711c4e4e74ab5f6ff41e58bb3df132a0cbc5e..7f21e650ef9864cc3a5b40e2e51f16cb74cbd279 100644 (file)
@@ -26,8 +26,8 @@
 #include "llvm/Support/MutexGuard.h"
 #include "llvm/Support/ValueHandle.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/System/DynamicLibrary.h"
-#include "llvm/System/Host.h"
+#include "llvm/Support/DynamicLibrary.h"
+#include "llvm/Support/Host.h"
 #include "llvm/Target/TargetData.h"
 #include <cmath>
 #include <cstring>