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/TextPop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TextPop.c') diff --git a/src/TextPop.c b/src/TextPop.c index c7ed8b0..cf94074 100644 --- a/src/TextPop.c +++ b/src/TextPop.c @@ -46,7 +46,7 @@ in this Software without prior written authorization from the X Consortium. * *************************************************************/ -#include "Xaw3dP.h" +#include #include #include #include -- cgit v1.2.3