From 5a906dee16177d9427520c8d6cd391d5111815b2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:30:30 +0200 Subject: Fixed header inclusions across command files. --- command_service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command_service.c') diff --git a/command_service.c b/command_service.c index bfbc2cb..3a594aa 100644 --- a/command_service.c +++ b/command_service.c @@ -1,5 +1,5 @@ #include "command_service.h" -#include "server_commands.h" +#include "commands.h" #include @@ -35,7 +35,7 @@ static gboolean service_incoming(GSocketService *service, } *pos = '\0'; - server_commands_handle(connection, buffer); + commands_handle(connection, buffer); } return FALSE; -- cgit v1.2.3