mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -32,11 +32,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "unit-json.h"
|
||||
using wpi::json;
|
||||
using wpi::JsonTest;
|
||||
|
||||
#include <cmath>
|
||||
#include <deque>
|
||||
@@ -46,6 +42,11 @@ using wpi::JsonTest;
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using wpi::json;
|
||||
using wpi::JsonTest;
|
||||
|
||||
template <typename T>
|
||||
class JsonGetObjectTest : public ::testing::Test {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user