dev: simplify protocol def

This commit is contained in:
Myriad-Dreamin
2026-01-11 15:30:42 +08:00
parent 824b305f93
commit ed0d7db3db
2 changed files with 3 additions and 4 deletions

View File

@@ -2,15 +2,12 @@
#include <expected>
#include "PluginProtocol.h"
#include "Async/Async.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/JSON.h"
// clang-format off
/// Run `python scripts/plugin-def.py update` to update the hash.
#define CLICE_PLUGIN_DEF_HASH "sha256:c46f7edfda0455327c65d40b9315ad5dc39153326c8cc63f1d8de2e2d0e7735a"
#define CLICE_PLUGIN_DEF_HASH "sha256:e7f911c923f9cdcec6c0edea328292bd48771f7139d4489ed694a72e9af33fc1"
// clang-format on
namespace clice {

View File

@@ -14,7 +14,9 @@
#include "Async/Async.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/JSON.h"
namespace clice {