diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-15 09:21:18 -0800 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-11-15 09:21:18 -0800 |
commit | 42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa (patch) | |
tree | 1d49014c24458ef37c66eb75ced497cb3c45bdb6 /src/w32.c | |
parent | 678029433d360cf1e5a95de28168b69ed1c6f9a7 (diff) | |
download | emacs-42a7e7f1c4ac52d283d3bdbf3a119bef8b2124aa.tar.gz |
Remove config.h include guards.
* src/w32proc.c:
* src/w32inevt.c:
* src/w32heap.c:
* src/w32.c: Remove config.h include guards.
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32.c b/src/w32.c index ae34ac6aadb..4ae316765b8 100644 --- a/src/w32.c +++ b/src/w32.c @@ -38,9 +38,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* must include CRT headers *before* config.h */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #undef access #undef chdir @@ -6086,5 +6084,3 @@ serial_configure (struct Lisp_Process *p, Lisp_Object contact) /* end of w32.c */ -/* arch-tag: 90442dd3-37be-482b-b272-ac752e3049f1 - (do not change this comment) */ |