1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

properly include config.h in source files, not headers

* src/Makefile.am: Add $(DEFAULT_INCLUDES) to a couple of our custom
  rules so we pick up the -I for config.h.

* src/*.[ch]: Include the config.h in the C files, not in the headers.
This commit is contained in:
Andy Wingo 2008-05-20 11:46:52 +02:00
parent d79d908ef0
commit 13c4775352
15 changed files with 31 additions and 11 deletions

View file

@ -43,7 +43,6 @@
#define _SCM_PROGRAMS_H_
#include <libguile.h>
#include "config.h"
/*
* Programs