Include llvm/Config/config.h in FileSystem.h as it depends upon HAVE_SYS_STAT_H which...
[oota-llvm.git] / include / llvm / Support / Host.h
index f2519df41aa2608786d10ddd03b7b3eba6d76ea0..8f4bf3c1ba56d87a0e9d14446411af7108b268c4 100644 (file)
@@ -68,7 +68,7 @@ namespace sys {
   ///
   /// \return - True on success.
   bool getHostCPUFeatures(StringMap<bool> &Features);
-} // namespace sys
-} // namespace llvm
+}
+}
 
 #endif