From 495853f8f93a990823b3ba48235ece1c23ca37bc Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 2 Sep 2011 11:01:29 -0400 Subject: Template.c: use #include rather than #include "TemplateP.h". Acked-by: Matt Turner Signed-off-by: Gaetan Nadon --- src/Template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include "TemplateP.h" +#include static XtResource resources[] = { #define offset(field) XtOffsetOf(TemplateRec, template.field) -- cgit v1.2.3