summaryrefslogtreecommitdiff
path: root/src/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.hh')
-rw-r--r--src/debug.hh4
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);
}