win32/ComWorker: reorder includes

This commit is contained in:
Max Kellermann
2021-03-05 13:13:34 +01:00
parent 4d2d0e7bb8
commit b14b0e5634
2 changed files with 9 additions and 7 deletions

View File

@@ -16,11 +16,12 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ComWorker.hxx"
#include "Log.hxx"
#include "Com.hxx"
#include "thread/Name.hxx"
#include "util/Domain.hxx"
#include "win32/Com.hxx"
#include "Log.hxx"
namespace {
static constexpr Domain com_worker_domain("com_worker");