blob: b0abca927d32858a1f983a77b490505d857773cf [file] [log] [blame]
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of */
/* the project. */
/*----------------------------------------------------------------------------*/
#pragma once
// clang-format off
#ifdef _MSC_VER
#pragma message "warning: XboxController.h is deprecated; include frc/XboxController.h instead"
#else
#warning "XboxController.h is deprecated; include frc/XboxController.h instead"
#endif
// clang-format on
#include "frc/XboxController.h"