From bba117f0d98f62cfb060d0fab97b407a3a0bfda9 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 10 Jun 2005 14:11:36 +0000 Subject: [PATCH] Remove pointless include of Xlib.h. Fix #include path to bigreqstr.h. --- src/OpenDis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenDis.c b/src/OpenDis.c index 47f98926..121291b5 100644 --- a/src/OpenDis.c +++ b/src/OpenDis.c @@ -35,7 +35,7 @@ in this Software without prior written authorization from The Open Group. #include #include #include -#include "bigreqstr.h" +#include #include #include "Xintconn.h"