Add frc2 includes to list of "other lib" regexes (#1855)

This commit is contained in:
Tyler Veness
2019-08-26 23:11:07 -07:00
committed by Peter Johnson
parent 4b2b21d247
commit 2bdb443255
40 changed files with 44 additions and 82 deletions

View File

@@ -7,9 +7,8 @@
#include "Robot.h"
#include <frc2/command/CommandScheduler.h>
#include <frc/smartdashboard/SmartDashboard.h>
#include <frc2/command/CommandScheduler.h>
void Robot::RobotInit() {}

View File

@@ -7,9 +7,8 @@
#include "RobotContainer.h"
#include <frc2/command/button/JoystickButton.h>
#include <frc/shuffleboard/Shuffleboard.h>
#include <frc2/command/button/JoystickButton.h>
#include "commands/DefaultDrive.h"
#include "commands/GrabHatch.h"

View File

@@ -7,9 +7,8 @@
#pragma once
#include <frc2/command/Command.h>
#include <frc/TimedRobot.h>
#include <frc2/command/Command.h>
#include "RobotContainer.h"

View File

@@ -7,10 +7,9 @@
#pragma once
#include <frc2/command/Command.h>
#include <frc/XboxController.h>
#include <frc/smartdashboard/SendableChooser.h>
#include <frc2/command/Command.h>
#include "Constants.h"
#include "commands/ComplexAuto.h"

View File

@@ -7,12 +7,11 @@
#pragma once
#include <frc2/command/SubsystemBase.h>
#include <frc/Encoder.h>
#include <frc/PWMVictorSPX.h>
#include <frc/SpeedControllerGroup.h>
#include <frc/drive/DifferentialDrive.h>
#include <frc2/command/SubsystemBase.h>
#include "Constants.h"

View File

@@ -7,9 +7,8 @@
#pragma once
#include <frc2/command/SubsystemBase.h>
#include <frc/DoubleSolenoid.h>
#include <frc2/command/SubsystemBase.h>
#include "Constants.h"