On Fri, Sep 2, 2011 at 12:03 PM, Gaetan Nadon <[email protected]> wrote: > rather than #include "TemplateP.h". > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > 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 <[email protected]> Looks like the last of these. git grep 'P.h"' _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
