diff options
Diffstat (limited to 'llvm/support')
| -rw-r--r-- | llvm/support/lib/Support/Annotation.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/support/lib/Support/Annotation.cpp b/llvm/support/lib/Support/Annotation.cpp index 96ead521f50..9f24607af7c 100644 --- a/llvm/support/lib/Support/Annotation.cpp +++ b/llvm/support/lib/Support/Annotation.cpp @@ -5,7 +5,7 @@  //===----------------------------------------------------------------------===//  #include <map> -#include "llvm/Annotation.h" +#include "Support/Annotation.h"  using std::string;  using std::map;  using std::pair;  | 

