[Lldb-commits] [lldb] r105863 - /lldb/trunk/include/lldb/lldb-types.h

Eli Friedman eli.friedman at gmail.com
Fri Jun 11 17:22:37 PDT 2010


Author: efriedma
Date: Fri Jun 11 19:22:37 2010
New Revision: 105863

URL: http://llvm.org/viewvc/llvm-project?rev=105863&view=rev
Log:
Remove platform-specific includes from platform-independent code.  Mac users,
please check whether this breaks anything.


Modified:
    lldb/trunk/include/lldb/lldb-types.h

Modified: lldb/trunk/include/lldb/lldb-types.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/lldb-types.h?rev=105863&r1=105862&r2=105863&view=diff
==============================================================================
--- lldb/trunk/include/lldb/lldb-types.h (original)
+++ lldb/trunk/include/lldb/lldb-types.h Fri Jun 11 19:22:37 2010
@@ -20,13 +20,10 @@
 //----------------------------------------------------------------------
 
 #include <assert.h>
-#include <mach/mach_types.h>
-#include <machine/endian.h>
 #include <pthread.h>
 #include <signal.h>
 #include <stdint.h>
 #include <stdbool.h>
-#include <sys/syslimits.h>
 #include <unistd.h>
 
 #ifndef NO_RTTI





More information about the lldb-commits mailing list