Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
mtxclient
Commits
4fb7d678
Verified
Commit
4fb7d678
authored
11 months ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Remove json.hpp include from client.hpp
parent
f4f0bed1
Branches
reportContent
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5679
failed
11 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/mtxclient/http/client.hpp
+8
-4
8 additions, 4 deletions
include/mtxclient/http/client.hpp
with
8 additions
and
4 deletions
include/mtxclient/http/client.hpp
+
8
−
4
View file @
4fb7d678
...
...
@@ -14,7 +14,6 @@
#include
"mtx/identifiers.hpp"
// for User
#include
"mtx/identifiers.hpp"
// for Class user
#include
"mtx/pushrules.hpp"
#include
"mtx/requests.hpp"
#include
"mtx/responses/empty.hpp"
// for Empty, Logout, RoomInvite
#include
"mtx/secret_storage.hpp"
#include
"mtxclient/http/errors.hpp"
// for ClientError
...
...
@@ -38,16 +37,21 @@ struct ClientPrivate;
struct
Session
;
}
namespace
requests
{
struct
ClaimKeys
;
struct
CreateRoom
;
struct
DeviceSigningUpload
;
struct
IdentitySubmitToken
;
struct
KeySignaturesUpload
;
struct
Login
;
struct
QueryKeys
;
struct
ClaimKeys
;
struct
UploadKeys
;
struct
PublicRoomVisibility
;
struct
PublicRooms
;
struct
PushersData
;
struct
QueryKeys
;
struct
RequestEmailToken
;
struct
RequestMSISDNToken
;
struct
SetPusher
;
struct
SetPushers
;
struct
UploadKeys
;
}
namespace
responses
{
struct
Aliases
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment