From d88079000a79e6bcbe51c5a2868d57b303b5fcb6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 20 Nov 2021 22:29:03 -0500 Subject: normalize include paths --- components/friendslist.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/friendslist.hpp') diff --git a/components/friendslist.hpp b/components/friendslist.hpp index 0101db6..460ad32 100644 --- a/components/friendslist.hpp +++ b/components/friendslist.hpp @@ -1,6 +1,6 @@ #pragma once #include -#include "../discord/objects.hpp" +#include "discord/objects.hpp" class FriendsListAddComponent : public Gtk::Box { public: -- cgit v1.2.3