mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[outlineviewer] Fix thirdparty library include sorting (#5683)
This commit is contained in:
@@ -21,8 +21,15 @@ repoRootNameOverride {
|
||||
includeOtherLibs {
|
||||
^GLFW
|
||||
^fmt/
|
||||
^frc/
|
||||
^glass/
|
||||
^gtest/
|
||||
^imgui
|
||||
^implot\.h$
|
||||
^networktables/
|
||||
^portable-file-dialogs\.h$
|
||||
^ntcore
|
||||
^units/
|
||||
^wpi/
|
||||
^wpigui
|
||||
}
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <fmt/format.h>
|
||||
#include <glass/Context.h>
|
||||
#include <glass/MainMenuBar.h>
|
||||
#include <glass/Model.h>
|
||||
#include <glass/Storage.h>
|
||||
#include <glass/networktables/NetworkTables.h>
|
||||
#include <glass/networktables/NetworkTablesSettings.h>
|
||||
#include <glass/other/Log.h>
|
||||
#include <imgui.h>
|
||||
#include <ntcore_cpp.h>
|
||||
#include <wpigui.h>
|
||||
|
||||
#include "glass/Context.h"
|
||||
#include "glass/MainMenuBar.h"
|
||||
#include "glass/Model.h"
|
||||
#include "glass/Storage.h"
|
||||
#include "glass/networktables/NetworkTables.h"
|
||||
#include "glass/networktables/NetworkTablesSettings.h"
|
||||
#include "glass/other/Log.h"
|
||||
|
||||
namespace gui = wpi::gui;
|
||||
|
||||
const char* GetWPILibVersion();
|
||||
|
||||
Reference in New Issue
Block a user