[lldb-dev] [Bug 20867] New: just say 'no' to #import in TypeValidator.cpp
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 5 20:53:31 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20867
Bug ID: 20867
Summary: just say 'no' to #import in TypeValidator.cpp
Product: lldb
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at cs.uiuc.edu
Reporter: kevin at hzsystems.com
Classification: Unclassified
diff --git a/source/DataFormatters/TypeValidator.cpp
b/source/DataFormatters/TypeValidator.cpp
index 317e096..93b0fec 100644
--- a/source/DataFormatters/TypeValidator.cpp
+++ b/source/DataFormatters/TypeValidator.cpp
@@ -15,11 +15,19 @@
// Project includes
#include "lldb/DataFormatters/TypeValidator.h"
-#import "lldb/Core/StreamString.h"
+#include "lldb/Core/StreamString.h"
using namespace lldb;
using namespace lldb_private;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140906/554be777/attachment.html>
More information about the lldb-dev
mailing list