diff options
Diffstat (limited to 'lib/qfstring.c')
-rw-r--r-- | lib/qfstring.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/qfstring.c b/lib/qfstring.c index 583d729f..3db3fedf 100644 --- a/lib/qfstring.c +++ b/lib/qfstring.c @@ -19,10 +19,8 @@ * Boston, MA 02111-1307, USA. */ -#include <stdbool.h> -#include <stdint.h> - #include "qfstring.h" +#include "zassert.h" /*============================================================================== */ |