ls.h: rename to ls.hxx

This commit is contained in:
Max Kellermann
2013-01-03 17:34:51 +01:00
parent 1e0ea57dc4
commit f2510d60fa
7 changed files with 9 additions and 9 deletions

View File

@@ -27,10 +27,10 @@
#include "ClientInternal.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
#include "ls.hxx"
extern "C" {
#include "playlist.h"
#include "ls.h"
#include "uri.h"
}