From 732f2a6cb961949a63b82fb30d9b84e74786a33a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2018 11:14:32 +0200 Subject: Clean up includes and improve source file separation --- src/serdi.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index 1272a70b..6a1c6d29 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -14,22 +14,20 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "serd_internal.h" +#include "string_utils.h" +#include "system.h" + +#include "serd/serd.h" #ifdef _WIN32 #include #include #endif -#include -#include -#include +#include +#include #include -#include "string_utils.h" -#include "system.h" -#include "world.h" - #define SERDI_ERROR(msg) fprintf(stderr, "serdi: " msg); #define SERDI_ERRORF(fmt, ...) fprintf(stderr, "serdi: " fmt, __VA_ARGS__); -- cgit v1.2.1