From 065a0c09f88e7157d24b53be8bf5f29d1127c0d0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 21 Jan 2021 21:13:39 +0100 Subject: [PATCH] fs/io/StdioOutputStream: include cleanup --- src/fs/io/StdioOutputStream.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fs/io/StdioOutputStream.hxx b/src/fs/io/StdioOutputStream.hxx index b7fb1cb4a..f22c91f92 100644 --- a/src/fs/io/StdioOutputStream.hxx +++ b/src/fs/io/StdioOutputStream.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2018 Max Kellermann + * Copyright 2014-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,7 +31,6 @@ #define STDIO_OUTPUT_STREAM_HXX #include "OutputStream.hxx" -#include "util/Compiler.h" #include