Index: mojo/system/message_pipe_endpoint.h |
diff --git a/mojo/system/message_pipe_endpoint.h b/mojo/system/message_pipe_endpoint.h |
index 46a67e17f1ad37813073808c43761fda7c564b6c..331d7af149fb2e4a31dff1ee1e68d0ffc91b5072 100644 |
--- a/mojo/system/message_pipe_endpoint.h |
+++ b/mojo/system/message_pipe_endpoint.h |
@@ -12,7 +12,8 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "mojo/public/c/system/core.h" |
+#include "mojo/public/c/system/message_pipe.h" |
+#include "mojo/public/c/system/types.h" |
#include "mojo/system/dispatcher.h" |
#include "mojo/system/message_in_transit.h" |
#include "mojo/system/system_impl_export.h" |