comparison src/paranormal/freq.c @ 1943:56bb18dd3fdd

paranormal: CONFIG_H removal
author William Pitcock <nenolod@atheme.org>
date Mon, 01 Oct 2007 16:46:11 -0500
parents 3b034150d31e
children f1b6f1b2cdb3
comparison
equal deleted inserted replaced
1942:f14d11bf9cbb 1943:56bb18dd3fdd
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 #ifdef HAVE_CONFIG_H 20 #include <config.h>
21 # include <config.h>
22 #endif
23 21
24 #include <stdlib.h> 22 #include <stdlib.h>
25 #include <stdio.h> 23 #include <stdio.h>
26 24
27 #include <glib.h> 25 #include <glib.h>