From 86078bb4d6e2abb7cfc76ba70ed4af7637818b94 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 5 Jan 2020 11:51:41 +0100 Subject: [PATCH] Fix include order. --- include/mastodonpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mastodonpp.hpp b/include/mastodonpp.hpp index 2c24c85..d2bb4f0 100644 --- a/include/mastodonpp.hpp +++ b/include/mastodonpp.hpp @@ -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" /*!