do not include error.h as it's not the desired file
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
#include "browser.h"
|
#include "browser.h"
|
||||||
#include "charset.h"
|
#include "charset.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "error.h"
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include "charset.h"
|
#include "charset.h"
|
||||||
#include "error.h"
|
|
||||||
#include "mpdpp.h"
|
#include "mpdpp.h"
|
||||||
|
|
||||||
MPD::Connection Mpd;
|
MPD::Connection Mpd;
|
||||||
|
|||||||
@@ -37,7 +37,6 @@
|
|||||||
#include "charset.h"
|
#include "charset.h"
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "error.h"
|
|
||||||
#include "helpers.h"
|
#include "helpers.h"
|
||||||
#include "lyrics.h"
|
#include "lyrics.h"
|
||||||
#include "outputs.h"
|
#include "outputs.h"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@
|
|||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "error.h"
|
|
||||||
#include "utility/string.h"
|
#include "utility/string.h"
|
||||||
#include "utility/wide_string.h"
|
#include "utility/wide_string.h"
|
||||||
#include "window.h"
|
#include "window.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user