Formatting and copyright

This commit is contained in:
Marcus Weseloh 2024-06-18 15:23:31 +02:00 committed by Johannes Pohl
parent 1f6bb07dd6
commit 10f5ac41b5

View file

@ -1,6 +1,7 @@
/***
This file is part of snapcast
Copyright (C) 2014-2024 Johannes Pohl
Copyright (C) 2024 Marcus Weseloh <marcus@weseloh.cc>
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
@ -18,7 +19,6 @@
#pragma once
#include <jack/jack.h>
// local headers
#include "pcm_stream.hpp"
@ -28,6 +28,7 @@
#include <boost/asio/io_context.hpp>
#include <boost/asio/spawn.hpp>
#include <boost/asio/steady_timer.hpp>
#include <jack/jack.h>
namespace streamreader