Misc minor warning/error fixes.
llvm-svn: 105720
diff --git a/lldb/tools/driver/IOChannel.cpp b/lldb/tools/driver/IOChannel.cpp
index a83e1b6..d8175cb 100644
--- a/lldb/tools/driver/IOChannel.cpp
+++ b/lldb/tools/driver/IOChannel.cpp
@@ -11,14 +11,14 @@
#include <map>
-#include <LLDB/SBCommandInterpreter.h>
-#include <LLDB/SBDebugger.h>
-#include <LLDB/SBError.h>
-#include <LLDB/SBEvent.h>
-#include <LLDB/SBFileSpec.h>
-#include <LLDB/SBHostOS.h>
-#include <LLDB/SBListener.h>
-#include <LLDB/SBStringList.h>
+#include "lldb/API/SBCommandInterpreter.h"
+#include "lldb/API/SBDebugger.h"
+#include "lldb/API/SBError.h"
+#include "lldb/API/SBEvent.h"
+#include "lldb/API/SBFileSpec.h"
+#include "lldb/API/SBHostOS.h"
+#include "lldb/API/SBListener.h"
+#include "lldb/API/SBStringList.h"
using namespace lldb;