mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -5,16 +5,16 @@
|
||||
#pragma once
|
||||
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import "UsbCameraDelegate.h"
|
||||
#import "UsbCameraImplObjc.h"
|
||||
#import "UsbCameraDelegate.hpp"
|
||||
#import "UsbCameraImplObjc.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <optional>
|
||||
|
||||
#include <wpi/StringMap.h>
|
||||
#include "wpi/util/StringMap.hpp"
|
||||
|
||||
#include "SourceImpl.h"
|
||||
#include "SourceImpl.hpp"
|
||||
|
||||
namespace cs {
|
||||
struct CameraFPSRange {
|
||||
|
||||
Reference in New Issue
Block a user