Chromium Code Reviews| Index: runtime/bin/crypto_linux.cc |
| diff --git a/runtime/bin/crypto_linux.cc b/runtime/bin/crypto_linux.cc |
| index 875ec8e11e5f82c21b218bb6c5cf3fc0c1a8290f..c2e4ccd1c3889637b7030c0c6ce4368b63b91a08 100644 |
| --- a/runtime/bin/crypto_linux.cc |
| +++ b/runtime/bin/crypto_linux.cc |
| @@ -8,8 +8,8 @@ |
| #include <errno.h> // NOLINT |
| #include <fcntl.h> // NOLINT |
| -#include "bin/fdutils.h" |
| #include "bin/crypto.h" |
| +#include "bin/fdutils.h" |
| #include "platform/signal_blocker.h" |
| namespace dart { |