From 37ac44add61e4547507770017dcb85b53c20acb5 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:12:01 +0100 Subject: Split util.cc function declarations into separate header files We need one .h file and one .hpp since some of the functions are being called from plain C code. --- src/squeltch.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/squeltch.cc') diff --git a/src/squeltch.cc b/src/squeltch.cc index 1ff2c721..4ed30f9a 100644 --- a/src/squeltch.cc +++ b/src/squeltch.cc @@ -24,6 +24,8 @@ #include "tome/squelch/cursor.hpp" #include "tome/squelch/object_status.hpp" #include "tome/squelch/automatizer.hpp" +#include "util.hpp" +#include "util.h" using squelch::action_type; using squelch::action_mapping; -- cgit v1.2.3