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

master
Andrzej Rybczak 11 years ago
parent 405480e158
commit 6384c4bfd6
  1. 1
      src/browser.cpp
  2. 1
      src/mpdpp.cpp
  3. 1
      src/ncmpcpp.cpp
  4. 1
      src/window.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"

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

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

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

Loading…
Cancel
Save