Reorder header includes

This commit is contained in:
badaix 2022-01-30 21:45:00 +01:00
parent 847546b182
commit 989eb6ec8e
38 changed files with 330 additions and 104 deletions

View file

@ -1,6 +1,6 @@
/***
This file is part of snapcast
Copyright (C) 2014-2020 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
@ -19,7 +19,10 @@
#ifndef WATCH_DOG_HPP
#define WATCH_DOG_HPP
// 3rd party headers
#include <boost/asio.hpp>
// standard headers
#include <memory>
namespace net = boost::asio;