From f28531a33d1f28bc86626b3013ef7857b564647f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 30 Aug 2011 17:00:21 -0400 Subject: Include Xaw3dP.h using #include All published Xaw3d header file are included this way. The -I directive to include/X11/Xaw3d is removed which will alert developers not to include header files with quotes unless they are in the /src directory. Reviewed-by: Alan Coopersmith Signed-off-by: Gaetan Nadon --- src/TextSrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TextSrc.c') diff --git a/src/TextSrc.c b/src/TextSrc.c index ff57210..ed9bc3f 100644 --- a/src/TextSrc.c +++ b/src/TextSrc.c @@ -35,7 +35,7 @@ in this Software without prior written authorization from the X Consortium. * */ -#include "Xaw3dP.h" +#include #include #include #include -- cgit v1.2.3