[llvm] r288407 - Remove unused header, NFC.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 11:38:48 PST 2016


Author: vedantk
Date: Thu Dec  1 13:38:48 2016
New Revision: 288407

URL: http://llvm.org/viewvc/llvm-project?rev=288407&view=rev
Log:
Remove unused header, NFC.

Modified:
    llvm/trunk/utils/not/not.cpp

Modified: llvm/trunk/utils/not/not.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/not/not.cpp?rev=288407&r1=288406&r2=288407&view=diff
==============================================================================
--- llvm/trunk/utils/not/not.cpp (original)
+++ llvm/trunk/utils/not/not.cpp Thu Dec  1 13:38:48 2016
@@ -12,7 +12,6 @@
 //   not --crash cmd
 //     Will return true if cmd crashes (e.g. for testing crash reporting).
 
-#include "llvm/Support/Path.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;




More information about the llvm-commits mailing list