Index: mojo/system/core.cc |
diff --git a/mojo/edk/system/core.cc b/mojo/system/core.cc |
similarity index 97% |
rename from mojo/edk/system/core.cc |
rename to mojo/system/core.cc |
index c67a6260fb33dd4d0c972f9bdd714ad10a31ac17..db9d70f83b887e24d638e43144b715e1cf87f26e 100644 |
--- a/mojo/edk/system/core.cc |
+++ b/mojo/system/core.cc |
@@ -2,27 +2,27 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/system/core.h" |
+#include "mojo/system/core.h" |
#include <vector> |
#include "base/logging.h" |
#include "base/time/time.h" |
-#include "mojo/edk/embedder/platform_shared_buffer.h" |
-#include "mojo/edk/embedder/platform_support.h" |
-#include "mojo/edk/system/constants.h" |
-#include "mojo/edk/system/data_pipe.h" |
-#include "mojo/edk/system/data_pipe_consumer_dispatcher.h" |
-#include "mojo/edk/system/data_pipe_producer_dispatcher.h" |
-#include "mojo/edk/system/dispatcher.h" |
-#include "mojo/edk/system/handle_signals_state.h" |
-#include "mojo/edk/system/local_data_pipe.h" |
-#include "mojo/edk/system/memory.h" |
-#include "mojo/edk/system/message_pipe.h" |
-#include "mojo/edk/system/message_pipe_dispatcher.h" |
-#include "mojo/edk/system/shared_buffer_dispatcher.h" |
-#include "mojo/edk/system/waiter.h" |
+#include "mojo/embedder/platform_shared_buffer.h" |
+#include "mojo/embedder/platform_support.h" |
#include "mojo/public/c/system/macros.h" |
+#include "mojo/system/constants.h" |
+#include "mojo/system/data_pipe.h" |
+#include "mojo/system/data_pipe_consumer_dispatcher.h" |
+#include "mojo/system/data_pipe_producer_dispatcher.h" |
+#include "mojo/system/dispatcher.h" |
+#include "mojo/system/handle_signals_state.h" |
+#include "mojo/system/local_data_pipe.h" |
+#include "mojo/system/memory.h" |
+#include "mojo/system/message_pipe.h" |
+#include "mojo/system/message_pipe_dispatcher.h" |
+#include "mojo/system/shared_buffer_dispatcher.h" |
+#include "mojo/system/waiter.h" |
namespace mojo { |
namespace system { |