diff options
Diffstat (limited to 'common/membuf.c')
-rw-r--r-- | common/membuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/membuf.c b/common/membuf.c index cc7772f29..f4430a972 100644 --- a/common/membuf.c +++ b/common/membuf.c @@ -33,9 +33,8 @@ #include <errno.h> #include <stdarg.h> -#include "membuf.h" - #include "util.h" +#include "membuf.h" /* A simple implementation of a dynamic buffer. Use init_membuf() to |