aboutsummaryrefslogtreecommitdiffstats
path: root/src/fstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fstring.h')
-rw-r--r--src/fstring.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fstring.h b/src/fstring.h
index 896cd8dcf..000ba74c6 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -5,12 +5,7 @@
#ifndef FSTRING_H
#define FSTRING_H
-#include <sys/types.h>
#include "config.h"
-
-#ifdef HAVE_STDINT_H
-#include <stdint.h>
-#endif
#include "mem_pool.h"
#define update_buf_size(x) (x)->free = (x)->buf->size - ((x)->pos - (x)->buf->begin); (x)->buf->len = (x)->pos - (x)->buf->begin