aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2009-01-09 18:08:41 +0000
committerJason Rumney2009-01-09 18:08:41 +0000
commite227e0c8ead409b7a0ede81ea2bf15cf2f14f434 (patch)
tree461ad7afd73e7288801b67b859724ae6bd2f27cc /src
parentc2aa555a1c09d7b96caec5e1ad8bb39d15a34d58 (diff)
downloademacs-e227e0c8ead409b7a0ede81ea2bf15cf2f14f434.tar.gz
emacs-e227e0c8ead409b7a0ede81ea2bf15cf2f14f434.zip
Remove unused header
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 136c421c389..7ad7778feaa 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -31,7 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
31 31
32#include <ctype.h> 32#include <ctype.h>
33#include <errno.h> 33#include <errno.h>
34#include <setjmp.h>
35#include <sys/stat.h> 34#include <sys/stat.h>
36 35
37#include "charset.h" 36#include "charset.h"