mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
SCRIPT: wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
c48b722dac
commit
1e7604f81c
@@ -20,17 +20,22 @@
|
||||
#include <fmt/format.h>
|
||||
#include <imgui.h>
|
||||
#include <imgui_stdlib.h>
|
||||
#include "wpi/nt/NetworkTableInstance.hpp"
|
||||
#include "wpi/nt/NetworkTableValue.hpp"
|
||||
#include "wpi/nt/ntcore_c.h"
|
||||
#include "wpi/nt/ntcore_cpp.hpp"
|
||||
#include "wpi/nt/ntcore_cpp_types.hpp"
|
||||
#include <upb/message/message.h>
|
||||
#include <upb/mini_table/message.h>
|
||||
#include <upb/reflection/def.h>
|
||||
#include <upb/reflection/message.h>
|
||||
#include <upb/reflection/stage0/google/protobuf/descriptor.upb.h>
|
||||
#include <upb/wire/decode.h>
|
||||
|
||||
#include "wpi/glass/Context.hpp"
|
||||
#include "wpi/glass/DataSource.hpp"
|
||||
#include "wpi/glass/Storage.hpp"
|
||||
#include "wpi/glass/support/ExtraGuiWidgets.hpp"
|
||||
#include "wpi/nt/NetworkTableInstance.hpp"
|
||||
#include "wpi/nt/NetworkTableValue.hpp"
|
||||
#include "wpi/nt/ntcore_c.h"
|
||||
#include "wpi/nt/ntcore_cpp.hpp"
|
||||
#include "wpi/nt/ntcore_cpp_types.hpp"
|
||||
#include "wpi/util/MessagePack.hpp"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "wpi/util/SpanExtras.hpp"
|
||||
@@ -39,11 +44,6 @@
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/util/raw_ostream.hpp"
|
||||
|
||||
#include "wpi/glass/Context.hpp"
|
||||
#include "wpi/glass/DataSource.hpp"
|
||||
#include "wpi/glass/Storage.hpp"
|
||||
#include "wpi/glass/support/ExtraGuiWidgets.hpp"
|
||||
|
||||
using namespace glass;
|
||||
using namespace mpack;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user