util/Exception: include cleanup

This commit is contained in:
Max Kellermann 2020-03-19 20:12:33 +01:00
parent 2261bcb5d3
commit 1ec283d213

View File

@ -1,5 +1,5 @@
/*
* Copyright 2016-2018 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2016-2020 Max Kellermann <max.kellermann@gmail.com>
*
* 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 <exception>
#include <string>
#include <utility>