[llvm] r250924 - Revert r250923 as config.h is not an installed header.
Yaron Keren via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 21 11:36:53 PDT 2015
Author: yrnkrn
Date: Wed Oct 21 13:36:52 2015
New Revision: 250924
URL: http://llvm.org/viewvc/llvm-project?rev=250924&view=rev
Log:
Revert r250923 as config.h is not an installed header.
Modified:
llvm/trunk/include/llvm/Support/FileSystem.h
Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=250924&r1=250923&r2=250924&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Wed Oct 21 13:36:52 2015
@@ -30,7 +30,6 @@
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
-#include "llvm/Config/config.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/TimeValue.h"
More information about the llvm-commits
mailing list