Fix undefined code and reenable test case.
[oota-llvm.git] / lib / Support / GraphWriter.cpp
index 79e978afa09ea7bbe0dcbb37c5f50ae370675263..0dba28a2530c9f8bf0bd9c03c2ca974e68fa4c4a 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/GraphWriter.h"
-#include "llvm/System/Path.h"
-#include "llvm/System/Program.h"
+#include "llvm/Support/Path.h"
+#include "llvm/Support/Program.h"
 #include "llvm/Config/config.h"
 using namespace llvm;