aboutsummaryrefslogtreecommitdiff
path: root/src/diff.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-04-03 17:07:14 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-04 16:33:12 -0300
commit6f53cb1cc311025f0c21d142af06fbfbda113fc4 (patch)
treed4381dd18e74f4bec084ed7602e90561fa3ad50c /src/diff.c
parent3fe0580a8edae062c91fda83fcb2766188088f2e (diff)
downloadrneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.gz
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.tar.bz2
rneovim-6f53cb1cc311025f0c21d142af06fbfbda113fc4.zip
Extract memory.c from misc2.c
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diff.c b/src/diff.c
index 67d941c35a..0db4890cfe 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -17,6 +17,7 @@
#include "message.h"
#include "misc1.h"
#include "misc2.h"
+#include "memory.h"
#include "move.h"
#include "normal.h"
#include "option.h"