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/channels.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components/channels.cpp') diff --git a/components/channels.cpp b/components/channels.cpp index b4769d9..da31de0 100644 --- a/components/channels.cpp +++ b/components/channels.cpp @@ -2,9 +2,9 @@ #include #include #include -#include "../abaddon.hpp" -#include "../imgmanager.hpp" -#include "../util.hpp" +#include "abaddon.hpp" +#include "imgmanager.hpp" +#include "util.hpp" #include "statusindicator.hpp" ChannelList::ChannelList() -- cgit v1.2.3