diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-20 22:29:03 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-11-20 22:29:03 -0500 |
commit | d88079000a79e6bcbe51c5a2868d57b303b5fcb6 (patch) | |
tree | f901a8808e0c1903823ce5d04a169503e52ccea0 /windows/profile/userinfopane.cpp | |
parent | 574cbc35d85d5f90e2d5946da636f9c1cc0cd2ad (diff) | |
download | abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.tar.gz abaddon-portaudio-d88079000a79e6bcbe51c5a2868d57b303b5fcb6.zip |
normalize include paths
Diffstat (limited to 'windows/profile/userinfopane.cpp')
-rw-r--r-- | windows/profile/userinfopane.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/profile/userinfopane.cpp b/windows/profile/userinfopane.cpp index bfeb4ed..a95a14c 100644 --- a/windows/profile/userinfopane.cpp +++ b/windows/profile/userinfopane.cpp @@ -1,6 +1,6 @@ #include "userinfopane.hpp" #include <unordered_set> -#include "../../abaddon.hpp" +#include "abaddon.hpp" ConnectionItem::ConnectionItem(const ConnectionData &conn) : m_box(Gtk::ORIENTATION_HORIZONTAL) |