aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer2array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer2array.h')
-rw-r--r--src/buffer2array.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer2array.h b/src/buffer2array.h
index ece663994..b1b1e6a4a 100644
--- a/src/buffer2array.h
+++ b/src/buffer2array.h
@@ -19,8 +19,6 @@
#ifndef BUFFER_2_ARRAY_H
#define BUFFER_2_ARRAY_H
-#include "../config.h"
-
/* tokenizes up to max elements in buffer (a null-terminated string) and
* stores the result in array (which must be capable of holding up to
* max elements). Tokenization is based on C string quoting rules.