From 3a817e2f96a30faef03565c510f626ac73fd46ed Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 12 Nov 2014 21:27:07 +0000 Subject: Cleanup includes --- src/debug.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug.hh') 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); } -- cgit v1.2.3