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/Xaw3dP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Xaw3dP.c') diff --git a/src/Xaw3dP.c b/src/Xaw3dP.c index 2711401..0a9ece3 100644 --- a/src/Xaw3dP.c +++ b/src/Xaw3dP.c @@ -27,7 +27,7 @@ CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. *********************************************************************/ -#include "Xaw3dP.h" +#include #ifdef XAW_MULTIPLANE_PIXMAPS #include #include -- cgit v1.2.3