aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper2007-05-22 22:14:42 +0000
committerjasper2007-05-22 22:14:42 +0000
commit8b8d4e50c0eedfd6d0f8575173c1b3e78749101f (patch)
tree0733feb297ae042b5308a6a27ab0014b39c0ad35
parent2ff2b992bfc834d013e5e8812dc9f2106a2af976 (diff)
downloadcwm-8b8d4e50c0eedfd6d0f8575173c1b3e78749101f.tar.gz
autoconf junk was zapped, so no need for HAVE_CONFIG_H
Diffstat (limited to '')
-rw-r--r--headers.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/headers.h b/headers.h
index 1e13c30..206271a 100644
--- a/headers.h
+++ b/headers.h
@@ -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>