get rid of HAVE_CONFIG_H directives

master
Andrzej Rybczak 14 years ago
parent 3ce98628e9
commit b1ff896cb6
  1. 4
      src/clock.h
  2. 4
      src/lastfm.h
  3. 4
      src/lastfm_service.h
  4. 4
      src/lyrics_fetcher.h
  5. 4
      src/window.h

@ -21,9 +21,7 @@
#ifndef _CLOCK_H
#define _CLOCK_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "config.h"
#ifdef ENABLE_CLOCK

@ -21,9 +21,7 @@
#ifndef _H_LASTFM
#define _H_LASTFM
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#ifdef HAVE_CURL_CURL_H

@ -21,9 +21,7 @@
#ifndef _LASTFM_SERVICE_H
#define _LASTFM_SERVICE_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#ifdef HAVE_CURL_CURL_H

@ -21,9 +21,7 @@
#ifndef _LYRICS_FETCHER_H
#define _LYRICS_FETCHER_H
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "config.h"
#ifdef HAVE_CURL_CURL_H

@ -21,9 +21,7 @@
#ifndef _WINDOW_H
#define _WINDOW_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "config.h"
#ifdef USE_PDCURSES
# define NCURSES_MOUSE_VERSION 1

Loading…
Cancel
Save