summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-01-10 14:46:03 +0000
committerAlon Levy <alevy@redhat.com>2012-01-13 18:11:59 +0200
commit9f087ee7f01c9139765adc7c0aa3e41a2d09810e (patch)
treee29fa23d309da8e2a02d5d65dcf3822d85abd4f2 /server/main_dispatcher.c
parent440ba5d8f0f5b2a3a9f4ae09095b186299b745b9 (diff)
downloadspice-9f087ee7f01c9139765adc7c0aa3e41a2d09810e.tar.gz
spice-9f087ee7f01c9139765adc7c0aa3e41a2d09810e.tar.xz
spice-9f087ee7f01c9139765adc7c0aa3e41a2d09810e.zip
Remove unused assert.h include
The assert.h include was never used in any code
Diffstat (limited to 'server/main_dispatcher.c')
-rw-r--r--server/main_dispatcher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/main_dispatcher.c b/server/main_dispatcher.c
index a5967fa4..2ccf5346 100644
--- a/server/main_dispatcher.c
+++ b/server/main_dispatcher.c
@@ -2,7 +2,6 @@
#include <string.h>
#include <errno.h>
#include <pthread.h>
-#include <assert.h>
#include "red_common.h"
#include "dispatcher.h"