From 400235a6ae7e4b1b275ebaa1c77c7801b018351b Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 9 Nov 2006 17:53:41 +0000 Subject: 2006-11-09 Martin Hunt * librelay.c: Change all references to transport messages to use the new names with "_stp" prefix. (stp_main_loop): For STP_SYMBOLS, check pointer size and endianess to confirm staprun is compatible with the kernel. * librelay.h: Move a bunch of common includes here. * stpd.c: Cleanup includes. * symbols.c: Ditto. --- runtime/stpd/symbols.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'runtime/stpd/symbols.c') diff --git a/runtime/stpd/symbols.c b/runtime/stpd/symbols.c index 09724ea2..7138e17c 100644 --- a/runtime/stpd/symbols.c +++ b/runtime/stpd/symbols.c @@ -9,16 +9,6 @@ * later version. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include - #include "librelay.h" #include "../sym.h" -- cgit