From 1ec283d213986ef77aaa77f2e175a8b48615eb9b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Mar 2020 20:12:33 +0100 Subject: [PATCH] util/Exception: include cleanup --- src/util/Exception.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/util/Exception.hxx b/src/util/Exception.hxx index 6aa94f153..e6cbe2af9 100644 --- a/src/util/Exception.hxx +++ b/src/util/Exception.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2016-2018 Max Kellermann + * Copyright 2016-2020 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,8 +30,6 @@ #ifndef EXCEPTION_HXX #define EXCEPTION_HXX -#include "Compiler.h" - #include #include #include