diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-08-30 17:00:21 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-01 13:41:47 -0400 |
commit | f28531a33d1f28bc86626b3013ef7857b564647f (patch) | |
tree | 031ea8f504ccadb5a4ac0ce3441889d034fd4669 /src/Command.c | |
parent | 8b258c863c4f19c03378f33ca9bf37d31e402b21 (diff) |
Include Xaw3dP.h using #include <X11/Xaw3d/Xaw3dP.h>
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 <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src/Command.c')
-rw-r--r-- | src/Command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Command.c b/src/Command.c index 2012f27..ccde19b 100644 --- a/src/Command.c +++ b/src/Command.c @@ -50,7 +50,7 @@ SOFTWARE. * Command.c - Command button widget */ -#include "Xaw3dP.h" +#include <X11/Xaw3d/Xaw3dP.h> #include <stdio.h> #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> |