aboutsummaryrefslogtreecommitdiff
path: root/elisp.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 13:56:00 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2017-11-21 21:38:32 +0100
commit40a8656c8749f3f2fc213f8358fd0deda0154ea5 (patch)
treefe00b5c07999730124161a106693b3256af499df /elisp.h
parentef64d79097af35f5d3669b792dd5ef2832e75a26 (diff)
Cleanup elisp.c and elisp.h
Diffstat (limited to 'elisp.h')
-rw-r--r--elisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp.h b/elisp.h
index 826a855..026db90 100644
--- a/elisp.h
+++ b/elisp.h
@@ -1,5 +1,5 @@
-#include <emacs-module.h>
#include "vterm.h"
+#include <emacs-module.h>
// Emacs symbols
emacs_value Qt;