diff options
author | Timidger <APragmaticPlace@gmail.com> | 2018-04-16 18:42:10 -0400 |
---|---|---|
committer | Timidger <APragmaticPlace@gmail.com> | 2018-05-10 19:03:56 -0700 |
commit | ad6d40c7c6943b53285ba3f1ee58c4a0d2c00dcb (patch) | |
tree | 4f988bdc243cb2290104822c2936a2cc3dcbe7f7 /examples/tablet.c | |
parent | 8fd58ce72575df0f4cd96bffe55e4eeb04227f18 (diff) |
Moved cat out of support, removed support
Diffstat (limited to 'examples/tablet.c')
-rw-r--r-- | examples/tablet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tablet.c b/examples/tablet.c index ca9d782c..e8f90071 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -19,7 +19,6 @@ #include <wlr/types/wlr_tablet_tool.h> #include <wlr/util/log.h> #include <xkbcommon/xkbcommon.h> -#include "support/cat.h" #include "support/shared.h" struct sample_state { |