Refactoring
This commit is contained in:
parent
b5d2f39002
commit
b99a3aa377
@ -1,9 +1,9 @@
|
||||
#pragma execution_character_set("utf-8")
|
||||
|
||||
#include "chatroom_mgmt.h"
|
||||
#include "fill_response.h"
|
||||
#include "log.hpp"
|
||||
#include "pb_util.h"
|
||||
#include "rpc_helper.h"
|
||||
#include "util.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
#include "contact_mgmt.h"
|
||||
|
||||
#include "fill_response.h"
|
||||
#include "log.hpp"
|
||||
#include "pb_util.h"
|
||||
#include "rpc_helper.h"
|
||||
#include "util.h"
|
||||
|
||||
using namespace std;
|
||||
|
@ -3,9 +3,9 @@
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
||||
#include "fill_response.h"
|
||||
#include "log.hpp"
|
||||
#include "pb_util.h"
|
||||
#include "rpc_helper.h"
|
||||
#include "sqlite3.h"
|
||||
#include "util.h"
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
#include <vector>
|
||||
|
||||
#include "exec_sql.h"
|
||||
#include "fill_response.h"
|
||||
#include "log.hpp"
|
||||
#include "rpc_helper.h"
|
||||
#include "spy_types.h"
|
||||
#include "user_info.h"
|
||||
#include "util.h"
|
||||
|
@ -3,8 +3,8 @@
|
||||
#include <filesystem>
|
||||
#include <mutex>
|
||||
|
||||
#include "fill_response.h"
|
||||
#include "log.hpp"
|
||||
#include "rpc_helper.h"
|
||||
#include "util.h"
|
||||
|
||||
extern UINT64 g_WeChatWinDllAddr;
|
||||
|
Loading…
Reference in New Issue
Block a user