Skip to content

Commit

Permalink
Changes to fix build errors in google3.
Browse files Browse the repository at this point in the history
  • Loading branch information
pguruji committed Jul 9, 2020
1 parent 033c373 commit 57e58ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flow/view_holder.h
Expand Up @@ -9,10 +9,10 @@
#include <fuchsia/ui/views/cpp/fidl.h>
#include <lib/ui/scenic/cpp/id.h>
#include <lib/ui/scenic/cpp/resources.h>
#include <third_party/skia/include/core/SkMatrix.h>
#include <third_party/skia/include/core/SkPoint.h>
#include <third_party/skia/include/core/SkSize.h>
#include <zircon/types.h>
#include "third_party/skia/include/core/SkMatrix.h"
#include "third_party/skia/include/core/SkPoint.h"
#include "third_party/skia/include/core/SkSize.h"

#include <memory>

Expand Down

0 comments on commit 57e58ff

Please sign in to comment.