mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
include config guards for headers in plugin.c, remove dynamic-art from vc project.
This commit is contained in:
parent
4d323f2729
commit
914cd2d54d
@ -47,8 +47,9 @@
|
|||||||
#ifdef HAVE_SYS_TIME_H
|
#ifdef HAVE_SYS_TIME_H
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#endif
|
||||||
#include "daapd.h"
|
#include "daapd.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "configfile.h"
|
#include "configfile.h"
|
||||||
|
@ -220,10 +220,6 @@
|
|||||||
RelativePath="..\src\db-sql.c"
|
RelativePath="..\src\db-sql.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\src\dynamic-art.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\err.c"
|
RelativePath="..\src\err.c"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user