aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-07-16 17:07:58 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-16 17:07:58 -0400
commit0897277af8ef283e5a6f28d69cf21a3d22e5b8b2 (patch)
tree47a2797793b037e5badc28a7332c3a4ec314466c /src/nvim/memory.h
parent90a206d3321dcf8b1ad362501cada5e80135891c (diff)
parent7c6079f6f0d0fc59dd747c2ecd9e1e1ca1e0e66d (diff)
downloadrneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.tar.gz
rneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.tar.bz2
rneovim-0897277af8ef283e5a6f28d69cf21a3d22e5b8b2.zip
Merge pull request #941 from aktau/improve-luajit-ffi-preproc
refactor includes + improve testing infrastructure
Diffstat (limited to 'src/nvim/memory.h')
-rw-r--r--src/nvim/memory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/memory.h b/src/nvim/memory.h
index 3a05797e89..4ff31ff732 100644
--- a/src/nvim/memory.h
+++ b/src/nvim/memory.h
@@ -1,8 +1,7 @@
#ifndef NVIM_MEMORY_H
#define NVIM_MEMORY_H
-#include <stddef.h>
-#include "nvim/vim.h"
+#include <stddef.h> // for size_t
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memory.h.generated.h"