aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c5ef66c..ab059bb 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -7,8 +7,8 @@
7#include <lauxlib.h> 7#include <lauxlib.h>
8 8
9#include "error.h" 9#include "error.h"
10#include "aux.h" 10#include "auxiliar.h"
11#include "buf.h" 11#include "buffer.h"
12 12
13/*=========================================================================*\ 13/*=========================================================================*\
14* Internal function prototypes 14* Internal function prototypes