diff options
author | okan | 2009-12-15 03:34:34 +0000 |
---|---|---|
committer | okan | 2009-12-15 03:34:34 +0000 |
commit | fd91780e7c69b257bdffbf3807447d490e2adb48 (patch) | |
tree | c6165a9d7f710b1ee64f9f806e294000c052d40f /calmwm.h | |
parent | 862a1793f0990088013563e197c67fe962ed8006 (diff) | |
download | cwm-fd91780e7c69b257bdffbf3807447d490e2adb48.tar.gz |
pull these headers only into files that need them.
ok oga@
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.112 2009/12/15 03:26:22 okan Exp $ + * $Id: calmwm.h,v 1.113 2009/12/15 03:34:34 okan Exp $ */ #ifndef _CALMWM_H_ @@ -26,13 +26,9 @@ #include <sys/stat.h> #include <sys/wait.h> -#include <assert.h> #include <ctype.h> #include <err.h> #include <errno.h> -#include <dirent.h> -#include <getopt.h> -#include <signal.h> #include <stdlib.h> #include <string.h> #include <stdio.h> |