diff options
author | Max Kellermann <max@musicpd.org> | 2017-05-16 22:56:30 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-05-16 22:56:30 +0200 |
commit | ab8005f03eefd4d0bba8104298815731a20fc8f0 (patch) | |
tree | 057371730114616f2be987e921e76cab91068ec6 /src/util | |
parent | 5e8f578e7838920ecdf7095e0c2026ab1542afb4 (diff) |
util/ScopeExit: include cleanup
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/ScopeExit.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/ScopeExit.hxx b/src/util/ScopeExit.hxx index e93601dd4..b64a35cf0 100644 --- a/src/util/ScopeExit.hxx +++ b/src/util/ScopeExit.hxx @@ -30,8 +30,6 @@ #ifndef SCOPE_EXIT_HXX #define SCOPE_EXIT_HXX -#include "Compiler.h" - #include <utility> /** |