mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-12 16:46:42 +02:00
Clean up asio includes
This commit is contained in:
parent
4f29f000de
commit
caef2b7b87
25 changed files with 120 additions and 74 deletions
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2021 Johannes Pohl
|
||||
Copyright (C) 2014-2022 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -24,7 +24,9 @@
|
|||
|
||||
// 3rd party headers
|
||||
#include <alsa/asoundlib.h>
|
||||
#include <boost/asio.hpp>
|
||||
#include <boost/asio/io_context.hpp>
|
||||
#include <boost/asio/steady_timer.hpp>
|
||||
|
||||
|
||||
namespace streamreader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue