[llvm-commits] [dragonegg] r159339 - /dragonegg/trunk/include/dragonegg/Debug.h
Duncan Sands
baldrick at free.fr
Thu Jun 28 01:40:34 PDT 2012
Author: baldrick
Date: Thu Jun 28 03:40:34 2012
New Revision: 159339
URL: http://llvm.org/viewvc/llvm-project?rev=159339&view=rev
Log:
Fix the build after Bill moved this header.
Modified:
dragonegg/trunk/include/dragonegg/Debug.h
Modified: dragonegg/trunk/include/dragonegg/Debug.h
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/include/dragonegg/Debug.h?rev=159339&r1=159338&r2=159339&view=diff
==============================================================================
--- dragonegg/trunk/include/dragonegg/Debug.h (original)
+++ dragonegg/trunk/include/dragonegg/Debug.h Thu Jun 28 03:40:34 2012
@@ -27,7 +27,7 @@
#include "dragonegg/Internals.h"
// LLVM headers
-#include "llvm/Analysis/DebugInfo.h"
+#include "llvm/DebugInfo.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ValueHandle.h"
More information about the llvm-commits
mailing list