includes cleaning

This commit is contained in:
Andrzej Rybczak
2009-02-10 12:19:59 +01:00
parent b607617193
commit f9f5149b76
27 changed files with 137 additions and 126 deletions

View File

@@ -18,8 +18,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
#ifndef HAVE_LYRICS_H
#define HAVE_LYRICS_H
#ifndef _LYRICS_H
#define _LYRICS_H
#include "ncmpcpp.h"
@@ -33,7 +33,7 @@ struct LyricsPlugin
const char *url;
const char *tag_open;
const char *tag_close;
bool (*not_found)(const string &);
bool (*not_found)(const std::string &);
};
const char *GetLyricsPluginName(int);