mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Upgrade wpiformat and use clang-format's include sorting (#8350)
This PR also uses the newly added -default-branch flag to generate the list of changed files with respect to the correct branch (2027).
This commit is contained in:
@@ -9,8 +9,10 @@
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <string_view>
|
||||
#include <utility>
|
||||
|
||||
#include <imgui.h>
|
||||
|
||||
#include "wpi/glass/Context.hpp"
|
||||
#include "wpi/glass/MainMenuBar.hpp"
|
||||
@@ -18,16 +20,14 @@
|
||||
#include "wpi/glass/Window.hpp"
|
||||
#include "wpi/glass/WindowManager.hpp"
|
||||
#include "wpi/glass/other/Log.hpp"
|
||||
#include <imgui.h>
|
||||
#include "wpi/util/Logger.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/gui/wpigui.hpp"
|
||||
#include "wpi/gui/wpigui_openurl.hpp"
|
||||
|
||||
#include "wpi/sysid/view/Analyzer.hpp"
|
||||
#include "wpi/sysid/view/DataSelector.hpp"
|
||||
#include "wpi/sysid/view/LogLoader.hpp"
|
||||
#include "wpi/sysid/view/UILayout.hpp"
|
||||
#include "wpi/util/Logger.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
|
||||
namespace gui = wpi::gui;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user