1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-26 21:22:00 +03:00

Include tweak

This commit is contained in:
Maxime Coste 2016-03-14 09:31:13 +00:00
parent 22109ce677
commit 3a699c8ac3
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include "option_types.hh"
#include "parameters_parser.hh"
#include "register_manager.hh"
#include "regex.hh"
#include "string.hh"
#include "window.hh"
#include "utf8.hh"

View File

@ -6,9 +6,10 @@
#include "exception.hh"
#include "flags.hh"
#include "option_types.hh"
#include "regex.hh"
#include "vector.hh"
#include <memory>
namespace Kakoune
{