missed a greater than to quote conversion

llvm-svn: 105690
This commit is contained in:
Christopher Friesen 2010-06-09 06:55:11 +00:00
parent 778b08546e
commit 4cd709640c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef LLDB_SBThread_h_
#define LLDB_SBThread_h_
#include "lldb/API/SBDefines.h>
#include "lldb/API/SBDefines.h"
namespace lldb {