From fa3b51266bdc13a6b5fafdc2518f89b03e5f084f Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 30 Aug 2016 17:50:59 +0100 Subject: Add missing #includes to headers and rename tox_old to tox_group. Also, no longer #include the group code into tox.c. Instead, compile it separately in tox_group.c. This is a bit less surprising to someone looking around the code. Having some implementations in a .h file is certainly a bit surprising to a disciplined C programmer, especially when there is no technical reason to do it. --- other/apidsl/tox.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/apidsl') diff --git a/other/apidsl/tox.in.h b/other/apidsl/tox.in.h index 806fb76c..a280348a 100644 --- a/other/apidsl/tox.in.h +++ b/other/apidsl/tox.in.h @@ -2198,7 +2198,7 @@ inline namespace self { } // class tox %{ -#include "tox_old.h" +#include "tox_group.h" #ifdef __cplusplus } -- cgit v1.2.3