Gaetan Nadon wrote: > This removes a direct dependencies which was not reflected > in configure.ac. > Xaw privatly requires Xmu. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > LED.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/LED.c b/LED.c > index 2856329..b463074 100644 > --- a/LED.c > +++ b/LED.c > @@ -31,8 +31,6 @@ > #include <X11/Xos.h> > #include <X11/Xaw/XawInit.h> > #include "LEDP.h" > -#include <X11/Xmu/Converters.h> > -#include <X11/Xmu/Drawing.h> > #include <stdio.h> > #include <ctype.h> > /* needed for abs() */
I can't find any reason for those headers to be included either. Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
