summaryrefslogtreecommitdiff
path: root/src/Scrollbar.c
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-08-30 17:00:21 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-01 13:41:47 -0400
commitf28531a33d1f28bc86626b3013ef7857b564647f (patch)
tree031ea8f504ccadb5a4ac0ce3441889d034fd4669 /src/Scrollbar.c
parent8b258c863c4f19c03378f33ca9bf37d31e402b21 (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/Scrollbar.c')
-rw-r--r--src/Scrollbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Scrollbar.c b/src/Scrollbar.c
index 8173dac..7fba176 100644
--- a/src/Scrollbar.c
+++ b/src/Scrollbar.c
@@ -56,7 +56,7 @@ SOFTWARE.
/* created by weissman, Mon Jul 7 13:20:03 1986 */
/* converted by swick, Thu Aug 27 1987 */
-#include "Xaw3dP.h"
+#include <X11/Xaw3d/Xaw3dP.h>
#include <X11/IntrinsicP.h>
#include <X11/StringDefs.h>