diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-11-12 21:27:07 +0000 |
| commit | 3a817e2f96a30faef03565c510f626ac73fd46ed (patch) | |
| tree | 4be12e5689f919358a5e1735ac5c8dbf04945302 /src/debug.hh | |
| parent | 58c1721564ea6b52929b189463fc9f54a4711d1d (diff) | |
Cleanup includes
Diffstat (limited to 'src/debug.hh')
| -rw-r--r-- | src/debug.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.hh b/src/debug.hh index 26b94820..02e46708 100644 --- a/src/debug.hh +++ b/src/debug.hh @@ -1,11 +1,11 @@ #ifndef debug_hh_INCLUDED #define debug_hh_INCLUDED -#include "string.hh" - namespace Kakoune { +class StringView; + void write_debug(StringView str); } |
