r184945 - Remove unused header.
    Rafael Espindola 
    rafael.espindola at gmail.com
       
    Wed Jun 26 06:49:47 PDT 2013
    
    
  
Author: rafael
Date: Wed Jun 26 08:49:47 2013
New Revision: 184945
URL: http://llvm.org/viewvc/llvm-project?rev=184945&view=rev
Log:
Remove unused header.
Modified:
    cfe/trunk/examples/clang-interpreter/main.cpp
Modified: cfe/trunk/examples/clang-interpreter/main.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/main.cpp?rev=184945&r1=184944&r2=184945&view=diff
==============================================================================
--- cfe/trunk/examples/clang-interpreter/main.cpp (original)
+++ cfe/trunk/examples/clang-interpreter/main.cpp Wed Jun 26 08:49:47 2013
@@ -25,7 +25,6 @@
 #include "llvm/Support/Host.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/Path.h"
-#include "llvm/Support/PathV1.h"
 #include "llvm/Support/TargetSelect.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace clang;
    
    
More information about the cfe-commits
mailing list