diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2015-05-03 13:11:12 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2015-05-03 13:11:12 +0200 |
commit | 6384c4bfd6ae1f42c12629f0c5532bc9983caa34 (patch) | |
tree | b5a70dacc7e68ae85cdc054175ce429a3846555c /src/mpdpp.cpp | |
parent | 405480e15869eb78fd9c9443b4273c14a54413f6 (diff) |
do not include error.h as it's not the desired file
Diffstat (limited to 'src/mpdpp.cpp')
-rw-r--r-- | src/mpdpp.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |