summaryrefslogtreecommitdiff
path: root/src/mpdpp.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2015-05-03 13:11:12 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2015-05-03 13:11:12 +0200
commit6384c4bfd6ae1f42c12629f0c5532bc9983caa34 (patch)
treeb5a70dacc7e68ae85cdc054175ce429a3846555c /src/mpdpp.cpp
parent405480e15869eb78fd9c9443b4273c14a54413f6 (diff)
do not include error.h as it's not the desired file
Diffstat (limited to 'src/mpdpp.cpp')
-rw-r--r--src/mpdpp.cpp1
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;