Fix include order.

This commit is contained in:
tastytea 2020-01-05 11:51:41 +01:00
parent 4aa24900ef
commit 86078bb4d6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -18,9 +18,9 @@
#define MASTODONPP_HPP
#include "api.hpp"
#include "connection.hpp"
#include "exceptions.hpp"
#include "instance.hpp"
#include "connection.hpp"
#include "return_types.hpp"
/*!