mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
#include <random>
|
||||
#include <vector>
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "wpi/Endian.h"
|
||||
#include "wpi/Logger.h"
|
||||
#include "wpi/MathExtras.h"
|
||||
|
||||
@@ -4,9 +4,10 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "WPIUtilJNI.h"
|
||||
#include "edu_wpi_first_util_datalog_DataLogJNI.h"
|
||||
#include "fmt/format.h"
|
||||
#include "wpi/DataLog.h"
|
||||
#include "wpi/jni_util.h"
|
||||
|
||||
|
||||
@@ -6,8 +6,9 @@
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "edu_wpi_first_util_WPIUtilJNI.h"
|
||||
#include "fmt/format.h"
|
||||
#include "wpi/Synchronization.h"
|
||||
#include "wpi/jni_util.h"
|
||||
#include "wpi/timestamp.h"
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "wpi/DenseMap.h"
|
||||
#include "wpi/SmallVector.h"
|
||||
#include "wpi/UidVector.h"
|
||||
|
||||
@@ -36,7 +36,7 @@ using namespace nRoboRIO_FPGANamespace;
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
#ifdef __FRC_ROBORIO__
|
||||
namespace {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <functional>
|
||||
#include <utility>
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
namespace wpi {
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
#ifndef WPIUTIL_WPI_FMT_RAW_OSTREAM_H_
|
||||
#define WPIUTIL_WPI_FMT_RAW_OSTREAM_H_
|
||||
|
||||
#include "fmt/format.h"
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "wpi/raw_ostream.h"
|
||||
|
||||
FMT_BEGIN_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user