do not include error.h as it's not the desired file

This commit is contained in:
Andrzej Rybczak
2015-05-03 13:11:12 +02:00
parent 405480e158
commit 6384c4bfd6
4 changed files with 0 additions and 4 deletions

View File

@@ -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"

View File

@@ -24,7 +24,6 @@
#include <map>
#include "charset.h"
#include "error.h"
#include "mpdpp.h"
MPD::Connection Mpd;

View File

@@ -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"

View File

@@ -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"