diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2016-12-22 15:25:25 +0100 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2016-12-22 15:25:25 +0100 |
commit | 478f4454d8ba90cd450d7ae4ac4fb9e1019e1ed3 (patch) | |
tree | 0597c277520eccb0df00029819296541bbc2fa5a /src/song.cpp | |
parent | 44d343d5a21f1132a5aed7946152d27189cdd623 (diff) |
Move ncurses related files to curses directory
Diffstat (limited to 'src/song.cpp')
-rw-r--r-- | src/song.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.cpp b/src/song.cpp index 7bece836..1935b2d2 100644 --- a/src/song.cpp +++ b/src/song.cpp @@ -26,10 +26,10 @@ #include <iostream> #include <memory> +#include "curses/window.h" #include "song.h" #include "utility/type_conversions.h" #include "utility/wide_string.h" -#include "window.h" namespace { |