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/Xaw3dP.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/Xaw3dP.c')
-rw-r--r-- | src/Xaw3dP.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <X11/Xaw3d/Xaw3dP.h> #ifdef XAW_MULTIPLANE_PIXMAPS #include <stdio.h> #include <X11/xpm.h> |