diff options
-rw-r--r-- | src/browser.cpp | 1 | ||||
-rw-r--r-- | src/mpdpp.cpp | 1 | ||||
-rw-r--r-- | src/ncmpcpp.cpp | 1 | ||||
-rw-r--r-- | src/window.cpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/browser.cpp b/src/browser.cpp index 82470c93..dd216320 100644 --- a/src/browser.cpp +++ b/src/browser.cpp @@ -28,7 +28,6 @@ #include "browser.h" #include "charset.h" #include "display.h" -#include "error.h" #include "global.h" #include "helpers.h" #include "playlist.h" diff --git a/src/mpdpp.cpp b/src/mpdpp.cpp index 6604180a..87b6ce49 100644 --- a/src/mpdpp.cpp +++ b/src/mpdpp.cpp @@ -24,7 +24,6 @@ #include <map> #include "charset.h" -#include "error.h" #include "mpdpp.h" MPD::Connection Mpd; diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 04b991af..8d58ee2c 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -37,7 +37,6 @@ #include "charset.h" #include "configuration.h" #include "global.h" -#include "error.h" #include "helpers.h" #include "lyrics.h" #include "outputs.h" diff --git a/src/window.cpp b/src/window.cpp index 73aa2c4c..56c38201 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -29,7 +29,6 @@ #include <sys/select.h> #include <unistd.h> -#include "error.h" #include "utility/string.h" #include "utility/wide_string.h" #include "window.h" |