summaryrefslogtreecommitdiffstats
path: root/mash/shell/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mash/shell/main.cc')
-rw-r--r--mash/shell/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mash/shell/main.cc b/mash/shell/main.cc
index 1e257b8..06cdc36 100644
--- a/mash/shell/main.cc
+++ b/mash/shell/main.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "mash/shell/shell_application_delegate.h"
-#include "mojo/application/public/cpp/application_runner.h"
#include "mojo/public/c/system/main.h"
+#include "mojo/shell/public/cpp/application_runner.h"
MojoResult MojoMain(MojoHandle shell_handle) {
mojo::ApplicationRunner runner(new mash::shell::ShellApplicationDelegate);