diff src/common.h @ 127:c2482d0cd84e

common cannot include config.h
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 09:20:02 -0800
parents 23a36ac0514d
children fc11b1d1ad34
line wrap: on
line diff
--- a/src/common.h	Wed Feb 04 20:59:06 2009 -0800
+++ b/src/common.h	Thu Feb 05 09:20:02 2009 -0800
@@ -3,11 +3,6 @@
 #define __COMMON_H
 
 
-#ifdef HAVE_CONFIG_H
-    #include "config.h"
-#endif
-
-
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>