Skip to content

Commit

Permalink
Remove spurious include
Browse files Browse the repository at this point in the history
Remove an unnecessary check.h include from stroke_input_modeler.cc.
This file uses ABSL_CHECK() and already includes absl_check.h

PiperOrigin-RevId: 684182320
  • Loading branch information
Ink Open Source authored and copybara-github committed Oct 9, 2024
1 parent fcac605 commit ca6fdf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ink/strokes/internal/stroke_input_modeler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

#include "absl/cleanup/cleanup.h"
#include "absl/log/absl_check.h"
#include "absl/log/check.h"
#include "ink/brush/brush_family.h"
#include "ink/geometry/angle.h"
#include "ink/geometry/point.h"
Expand Down

0 comments on commit ca6fdf0

Please sign in to comment.