aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 38ee74d2341..380a7af33c1 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -30,7 +30,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
30#include <verify.h> 30#include <verify.h>
31 31
32#include "lisp.h" 32#include "lisp.h"
33#include "coding.h"
33#include "intervals.h" 34#include "intervals.h"
35#include "systime.h"
34#include "window.h" 36#include "window.h"
35#include "commands.h" 37#include "commands.h"
36#include "character.h" 38#include "character.h"
@@ -38,7 +40,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
38#include "region-cache.h" 40#include "region-cache.h"
39#include "indent.h" 41#include "indent.h"
40#include "blockinput.h" 42#include "blockinput.h"
41#include "keyboard.h"
42#include "keymap.h" 43#include "keymap.h"
43#include "frame.h" 44#include "frame.h"
44 45
@@ -4573,8 +4574,6 @@ evaporate_overlays (ptrdiff_t pos)
4573#include <fcntl.h> 4574#include <fcntl.h>
4574#endif 4575#endif
4575 4576
4576#include "coding.h"
4577
4578 4577
4579/* Memory is allocated in regions which are mapped using mmap(2). 4578/* Memory is allocated in regions which are mapped using mmap(2).
4580 The current implementation lets the system select mapped 4579 The current implementation lets the system select mapped