diff options
Diffstat (limited to 'src/snapshot_creator.cc')
-rw-r--r-- | src/snapshot_creator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snapshot_creator.cc b/src/snapshot_creator.cc index 3f4d8c484..cb5caf304 100644 --- a/src/snapshot_creator.cc +++ b/src/snapshot_creator.cc @@ -1,9 +1,9 @@ // Copyright 2018 Ryan Dahl <ry@tinyclouds.org> // All rights reserved. MIT License. // Hint: --trace_serializer is a useful debugging flag. -#include "internal.h" -#include "file_util.h" #include "deno.h" +#include "file_util.h" +#include "internal.h" #include "third_party/v8/include/v8.h" #include "third_party/v8/src/base/logging.h" |