summaryrefslogtreecommitdiff
path: root/firmware/buflib.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/buflib.c')
-rw-r--r--firmware/buflib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/buflib.c b/firmware/buflib.c
index 748e8a2378..d3f1455c99 100644
--- a/firmware/buflib.c
+++ b/firmware/buflib.c
@@ -30,7 +30,6 @@
30#include "buflib.h" 30#include "buflib.h"
31#include "string-extra.h" /* strlcpy() */ 31#include "string-extra.h" /* strlcpy() */
32#include "debug.h" 32#include "debug.h"
33#include "buffer.h"
34#include "system.h" /* for ALIGN_*() */ 33#include "system.h" /* for ALIGN_*() */
35 34
36/* The main goal of this design is fast fetching of the pointer for a handle. 35/* The main goal of this design is fast fetching of the pointer for a handle.