Fix include order.
This commit is contained in:
parent
4aa24900ef
commit
86078bb4d6
|
@ -18,9 +18,9 @@
|
||||||
#define MASTODONPP_HPP
|
#define MASTODONPP_HPP
|
||||||
|
|
||||||
#include "api.hpp"
|
#include "api.hpp"
|
||||||
|
#include "connection.hpp"
|
||||||
#include "exceptions.hpp"
|
#include "exceptions.hpp"
|
||||||
#include "instance.hpp"
|
#include "instance.hpp"
|
||||||
#include "connection.hpp"
|
|
||||||
#include "return_types.hpp"
|
#include "return_types.hpp"
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user