Rename event.{c,h} to virevent.{c,h}

Since the event APIs are now in the public header, no internal
code should include virevent.h
This commit is contained in:
Daniel P. Berrange
2012-12-12 16:52:12 +00:00
parent f14b5bce73
commit 4857b9c3a9
8 changed files with 4 additions and 9 deletions

View File

@@ -31,7 +31,6 @@
#include "threads.h"
#include "logging.h"
#include "util.h"
#include "event.h"
#include "event_poll.h"
#define NUM_FDS 31