summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/answer.cpp (renamed from src/return_types.cpp)2
-rw-r--r--src/instance.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/return_types.cpp b/src/answer.cpp
index 8dd25ff..8006f90 100644
--- a/src/return_types.cpp
+++ b/src/answer.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "return_types.hpp"
+#include "answer.hpp"
namespace mastodonpp
{
diff --git a/src/instance.cpp b/src/instance.cpp
index b367f9b..683e20e 100644
--- a/src/instance.cpp
+++ b/src/instance.cpp
@@ -14,9 +14,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "answer.hpp"
#include "instance.hpp"
#include "log.hpp"
-#include "return_types.hpp"
namespace mastodonpp
{