[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

@@ -86,6 +86,6 @@ class HttpWebSocketServerConnection
} // namespace wpi
#include "HttpWebSocketServerConnection.inl"
#include "HttpWebSocketServerConnection.inc"
#endif // WPIUTIL_WPI_HTTPWEBSOCKETSERVERCONNECTION_H_