properly include config.h in source files, not headers
authorAndy Wingo <wingo@pobox.com>
Tue, 20 May 2008 09:46:52 +0000 (11:46 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 20 May 2008 09:46:52 +0000 (11:46 +0200)
commit13c47753528ca790fa4a2d1f019150f9b8e898c1
tree871e665ef7bf00a05a0a86607a476780519f2bbc
parentd79d908ef0c421798b79bd72403b2a8fd196173c
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.
15 files changed:
src/Makefile.am
src/envs.c
src/envs.h
src/frames.c
src/frames.h
src/guile-vm.c
src/instructions.c
src/instructions.h
src/objcodes.c
src/objcodes.h
src/programs.c
src/programs.h
src/vm.c
src/vm.h
src/vm_expand.h