diff options
Diffstat (limited to 'components/friendslist.hpp')
-rw-r--r-- | components/friendslist.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtkmm.h> -#include "../discord/objects.hpp" +#include "discord/objects.hpp" class FriendsListAddComponent : public Gtk::Box { public: |