diff options
Diffstat (limited to 'src/bufstr.h')
-rw-r--r-- | src/bufstr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bufstr.h b/src/bufstr.h index 2945b5b..2e704f5 100644 --- a/src/bufstr.h +++ b/src/bufstr.h @@ -18,10 +18,6 @@ #ifndef _BUFSTR_H #define _BUFSTR_H -#include "qtbc.h" -#include <stdio.h> -#include <stdlib.h> - /*! @brief Buffer used to store strings * * This buffer is used append characters and strings. It will automatically |