diff options
| author | AdriĆ Arrufat <adria.arrufat@gmail.com> | 2024-08-16 08:49:19 +0900 |
|---|---|---|
| committer | AdriĆ Arrufat <adria.arrufat@gmail.com> | 2024-08-16 08:49:19 +0900 |
| commit | 64ed046e5a841520506e1954ff0bd756ea112d94 (patch) | |
| tree | 28c3e5de5ad0d9652dc135efd96a5adf1d5c6a4f /src/option.hh | |
| parent | 575f49f1b4cf93e8d91545f2e8959111bf6e7f2b (diff) | |
include headers cleanup
Diffstat (limited to 'src/option.hh')
| -rw-r--r-- | src/option.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.hh b/src/option.hh index b6edca0c..a27fc256 100644 --- a/src/option.hh +++ b/src/option.hh @@ -1,10 +1,10 @@ #ifndef option_hh_INCLUDED #define option_hh_INCLUDED -#include "enum.hh" +#include "exception.hh" #include "meta.hh" +#include "string.hh" #include "vector.hh" -#include "constexpr_utils.hh" namespace Kakoune { |
