[Lldb-commits] [lldb] r224352 - In C++, it's #include not #import

Enrico Granata egranata at apple.com
Tue Dec 16 11:10:37 PST 2014


Author: enrico
Date: Tue Dec 16 13:10:37 2014
New Revision: 224352

URL: http://llvm.org/viewvc/llvm-project?rev=224352&view=rev
Log:
In C++, it's #include not #import

Modified:
    lldb/trunk/source/Core/ConstString.cpp

Modified: lldb/trunk/source/Core/ConstString.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ConstString.cpp?rev=224352&r1=224351&r2=224352&view=diff
==============================================================================
--- lldb/trunk/source/Core/ConstString.cpp (original)
+++ lldb/trunk/source/Core/ConstString.cpp Tue Dec 16 13:10:37 2014
@@ -11,7 +11,7 @@
 #include "lldb/Host/Mutex.h"
 #include "llvm/ADT/StringMap.h"
 
-#import <mutex>
+#include <mutex>
 
 using namespace lldb_private;
 





More information about the lldb-commits mailing list