diff options
author | jasper | 2007-05-22 22:14:42 +0000 |
---|---|---|
committer | jasper | 2007-05-22 22:14:42 +0000 |
commit | 8b8d4e50c0eedfd6d0f8575173c1b3e78749101f (patch) | |
tree | 0733feb297ae042b5308a6a27ab0014b39c0ad35 /headers.h | |
parent | 2ff2b992bfc834d013e5e8812dc9f2106a2af976 (diff) | |
download | cwm-8b8d4e50c0eedfd6d0f8575173c1b3e78749101f.tar.gz |
autoconf junk was zapped, so no need for HAVE_CONFIG_H
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -4,7 +4,7 @@ * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> * All rights reserved. * - * $Id: headers.h,v 1.2 2007/05/22 17:59:17 jasper Exp $ + * $Id: headers.h,v 1.3 2007/05/22 22:14:42 jasper Exp $ */ #ifndef _CALMWM_HEADERS_H_ @@ -12,10 +12,6 @@ #include <sys/types.h> -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif /* HAVE_CONFIG_H */ - #include <sys/queue.h> #include <sys/wait.h> #include <sys/param.h> |