refactor: update kota/codec includes for new kotatsu header layout
kotatsu moved all codec headers into subdirectories; top-level files like codec/raw_value.h and codec/toml.h no longer exist. - codec/raw_value.h → removed (re-exported by json/json.h and bincode/bincode.h) - codec/toml.h → codec/toml/toml.h - codec/json/serializer.h → codec/json/json.h (use umbrella header) Made-with: Cursor
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
#include "server/worker_test_helpers.h"
|
||||
|
||||
#include "kota/codec/bincode/bincode.h"
|
||||
#include "kota/codec/raw_value.h"
|
||||
|
||||
namespace clice::testing {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user