diff options
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r-- | windows/mainwindow.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 3b41d16..df1c968 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -1,8 +1,8 @@ #pragma once -#include "../components/channels.hpp" -#include "../components/chatwindow.hpp" -#include "../components/memberlist.hpp" -#include "../components/friendslist.hpp" +#include "components/channels.hpp" +#include "components/chatwindow.hpp" +#include "components/memberlist.hpp" +#include "components/friendslist.hpp" #include <gtkmm.h> class MainWindow : public Gtk::Window { |