diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-25 18:05:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-25 18:05:39 -0700 |
commit | cf38a720e81b545f90dc7be81891d94df6ed059a (patch) | |
tree | 421932c3315e5ded7dab371d26820ed3172bfd23 /lwlib/lwlib-Xlw.c | |
parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.bz2 emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.zip |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lwlib/lwlib-Xlw.c')
-rw-r--r-- | lwlib/lwlib-Xlw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lwlib/lwlib-Xlw.c b/lwlib/lwlib-Xlw.c index a4467900f8c..e8c59905ab9 100644 --- a/lwlib/lwlib-Xlw.c +++ b/lwlib/lwlib-Xlw.c @@ -20,9 +20,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include <setjmp.h> #include <lisp.h> |