Skip to content

Commit 147a16f

Browse files
author
wangxudong
committed
style(nn): move nlohmann/json.hpp to C header group for clang-format
1 parent 282fd42 commit 147a16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nn/device/sophon/qwen3vl/qwen3vl_model.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#include "nn/device/sophon/qwen3vl/qwen3vl_model.h"
22

33
#include <assert.h>
4+
#include <nlohmann/json.hpp>
45

56
#include <cstring>
67
#include <fstream>
78
#include <iostream>
8-
#include <nlohmann/json.hpp>
99
#include <stdexcept>
1010

1111
#include "bmlib_runtime.h"

0 commit comments

Comments
 (0)