From 71e29b1d91bf782e3b09c32e7c2bfd033ff9f4d4 Mon Sep 17 00:00:00 2001 From: Austin Shalit Date: Mon, 29 Oct 2018 23:54:15 -0400 Subject: [PATCH] Remove unused import from rumble example (#1395) This fixes a nit in #1394. --- wpilibcExamples/src/main/cpp/examples/HidRumble/cpp/Robot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wpilibcExamples/src/main/cpp/examples/HidRumble/cpp/Robot.cpp b/wpilibcExamples/src/main/cpp/examples/HidRumble/cpp/Robot.cpp index f78bd711b1..d3d5ddf79f 100644 --- a/wpilibcExamples/src/main/cpp/examples/HidRumble/cpp/Robot.cpp +++ b/wpilibcExamples/src/main/cpp/examples/HidRumble/cpp/Robot.cpp @@ -6,7 +6,6 @@ /*----------------------------------------------------------------------------*/ #include -#include #include #include