remove unused includes

This commit is contained in:
Enno Rehling 2016-01-31 21:41:25 +01:00
parent b0bb566f47
commit caac2e65b0
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>
#include <util/log.h>
#pragma warning(disable: 4210)