mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Remove frc directory include shims (#1714)
This commit is contained in:
committed by
Peter Johnson
parent
9e45373a74
commit
27b697b084
@@ -1,19 +0,0 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* 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: CameraServer.h is deprecated; include cameraserver/CameraServer.h instead"
|
||||
#else
|
||||
#warning "CameraServer.h is deprecated; include cameraserver/CameraServer.h instead"
|
||||
#endif
|
||||
|
||||
// clang-format on
|
||||
|
||||
#include "cameraserver/CameraServer.h"
|
||||
Reference in New Issue
Block a user