[ntcore, cscore, wpiutil] Standardize template impl files on .inc extension (NFC) (#3124)

This commit is contained in:
Tyler Veness
2021-05-25 22:19:30 -07:00
committed by GitHub
parent e7d9ba135c
commit 393bf23c0c
20 changed files with 28 additions and 28 deletions

View File

@@ -1040,6 +1040,6 @@ class VideoListener {
} // namespace cs
#include "cscore_oo.inl"
#include "cscore_oo.inc"
#endif // CSCORE_CSCORE_OO_H_

View File

@@ -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_