Cleanup/rearrange includes:

- factorize unistd.h and stdbool.h in lldb-types.h.
- Add <functional> and <string> where required.

llvm-svn: 189477
This commit is contained in:
Virgile Bello
2013-08-28 12:14:27 +00:00
parent e6ed5b72f1
commit bdae3787ef
24 changed files with 19 additions and 18 deletions

View File

@@ -11,6 +11,9 @@
#include "lldb/API/SBProcess.h"
// C Includes
#include <inttypes.h>
#include "lldb/lldb-defines.h"
#include "lldb/lldb-types.h"