mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
#include <thread>
|
||||
#include <utility>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <wpi/timestamp.h>
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(MulticastServiceAnnouncerTest, EmptyText) {
|
||||
const std::string_view serviceName = "TestServiceNoText";
|
||||
const std::string_view serviceType = "_wpinotxt";
|
||||
|
||||
Reference in New Issue
Block a user