mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-24 19:46:19 -05:00
Full removal of libevent 1 legacy code. Also drop pipe() in FreeBSD, since pipe2 is available now.
This commit is contained in:
@@ -2,13 +2,8 @@
|
||||
#ifndef __DMAP_HELPERS_H__
|
||||
#define __DMAP_HELPERS_H__
|
||||
|
||||
#ifdef HAVE_LIBEVENT2
|
||||
# include <event2/buffer.h>
|
||||
# include <event2/http.h>
|
||||
#else
|
||||
# include <event.h>
|
||||
# include "evhttp/evhttp.h"
|
||||
#endif
|
||||
#include <event2/buffer.h>
|
||||
#include <event2/http.h>
|
||||
|
||||
#include "db.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user