aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorDmitry Antipov2014-06-17 07:40:29 +0400
committerDmitry Antipov2014-06-17 07:40:29 +0400
commit67343d1d9fef95c242a6d050187bb036e4bb82eb (patch)
treee72ae3b8bf17178d740e668a4193bfbd1aa21353 /src/eval.c
parent9dc774d4792633e32b3a2e583d6591faa721e637 (diff)
downloademacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.tar.gz
emacs-67343d1d9fef95c242a6d050187bb036e4bb82eb.zip
* eval.c (toplevel): Remove redundant #include directives.
* xterm.c (x_initialize): Add static to match prototype.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/eval.c b/src/eval.c
index a96d413d09f..7d54ddb18f5 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -27,11 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27#include "commands.h" 27#include "commands.h"
28#include "keyboard.h" 28#include "keyboard.h"
29#include "dispextern.h" 29#include "dispextern.h"
30#include "frame.h" /* For XFRAME. */
31
32#if HAVE_X_WINDOWS
33#include "xterm.h"
34#endif
35 30
36/* Chain of condition and catch handlers currently in effect. */ 31/* Chain of condition and catch handlers currently in effect. */
37 32