[PATCH libXaw3d] Template.c: use #include <X11/Xaw3d/TemplateP.h>

Matt Turner mattst88 at gmail.com
Fri Sep 2 14:33:31 PDT 2011


On Fri, Sep 2, 2011 at 12:03 PM, Gaetan Nadon <memsize at videotron.ca> wrote:
> rather than #include "TemplateP.h".
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  src/Template.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/Template.c b/src/Template.c
> index 88b306c..0c08417 100644
> --- a/src/Template.c
> +++ b/src/Template.c
> @@ -30,7 +30,7 @@ in this Software without prior written authorization from the X Consortium.
>  #endif
>  #include <X11/IntrinsicP.h>
>  #include <X11/StringDefs.h>
> -#include "TemplateP.h"
> +#include <X11/Xaw3d/TemplateP.h>
>
>  static XtResource resources[] = {
>  #define offset(field) XtOffsetOf(TemplateRec, template.field)
> --
> 1.7.4.1

Acked-by: Matt Turner <mattst88 at gmail.com>

Looks like the last of these. git grep 'P.h"'


More information about the xorg-devel mailing list