Remove unused assert.h include

The assert.h include was never used in any code
This commit is contained in:
Daniel P. Berrange 2012-01-10 14:46:03 +00:00 committed by Alon Levy
parent 440ba5d8f0
commit 9f087ee7f0

View File

@ -2,7 +2,6 @@
#include <string.h>
#include <errno.h>
#include <pthread.h>
#include <assert.h>
#include "red_common.h"
#include "dispatcher.h"