Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit ce19b18

Browse files
committed
去除对 CURLWrapper 的依赖;
1 parent 1f1f47a commit ce19b18

11 files changed

+0
-11
lines changed

include/events/bot_mute_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_bot_mute_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/message_chain.hpp"

include/events/bot_unmute_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_bot_unmute_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/message_chain.hpp"

include/events/friend_recall_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_friend_recall_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

include/events/group_recall_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_group_recall_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

include/events/join_request_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_join_request_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/message_chain.hpp"

include/events/member_join_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_member_join_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/message_chain.hpp"

include/events/member_leave_kick.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_member_leave_kick_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

include/events/member_leave_quit.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_member_leave_quit_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

include/events/member_mute_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_member_mute_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

include/events/member_unmute_event.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#define mirai_cpp_events_member_unmute_event_hpp_H_
44

55
#include <nlohmann/json.hpp>
6-
#include "CURLWrapper.h"
76
#include "defs/qq_types.hpp"
87
#include "defs/serializable.hpp"
98
#include "defs/group_member.hpp"

0 commit comments

Comments
 (0)