From 017fd0d93039f0e5fd3eb56cdae952d85f693c07 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 10 Jul 2018 22:15:03 -0400 Subject: [PATCH] asmon: Include only necessary header files. --- asmon/asmon/asmon.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/asmon/asmon/asmon.c b/asmon/asmon/asmon.c index aba65a5..5fe47bb 100644 --- a/asmon/asmon/asmon.c +++ b/asmon/asmon/asmon.c @@ -1,22 +1,13 @@ #include #include -#include #include -#include #include -#include #include -#include -#include -#include - +#include #include -#include -#include #include -#include #include "asmon-master.xpm" #include "asmon-mask.xbm" -- 2.11.4.GIT