mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[ntcore, cscore, wpiutil] Standardize template impl files on .inc extension (NFC) (#3124)
This commit is contained in:
@@ -1040,6 +1040,6 @@ class VideoListener {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#include "cscore_oo.inl"
|
||||
#include "cscore_oo.inc"
|
||||
|
||||
#endif // CSCORE_CSCORE_OO_H_
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#ifndef CSCORE_CSCORE_OO_INL_
|
||||
#define CSCORE_CSCORE_OO_INL_
|
||||
#ifndef CSCORE_CSCORE_OO_INC_
|
||||
#define CSCORE_CSCORE_OO_INC_
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
@@ -648,4 +648,4 @@ inline VideoListener::~VideoListener() {
|
||||
|
||||
} // namespace cs
|
||||
|
||||
#endif // CSCORE_CSCORE_OO_INL_
|
||||
#endif // CSCORE_CSCORE_OO_INC_
|
||||
Reference in New Issue
Block a user