| Index: dart/runtime/bin/eventhandler_test.cc
|
| diff --git a/dart/runtime/bin/eventhandler_test.cc b/dart/runtime/bin/eventhandler_test.cc
|
| index a3dda5f1d31b908546660494280f09b1dfa5992a..098113d1ca8095f1ec1ab4004a262388c1fcfe59 100644
|
| --- a/dart/runtime/bin/eventhandler_test.cc
|
| +++ b/dart/runtime/bin/eventhandler_test.cc
|
| @@ -2,12 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +#include "bin/eventhandler.h"
|
| #include "platform/assert.h"
|
| -#include "platform/globals.h"
|
| #include "vm/unit_test.h"
|
|
|
| -#include "bin/eventhandler.h"
|
| -
|
| namespace dart {
|
| namespace bin {
|
|
|
|
|