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() */ -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
