From 17350f6f69f37a118582652f07468da7af14a1ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 14 Jun 2014 03:35:07 +0200 Subject: [PATCH] Use xenstore.h instead of xs.h --- misc/xenstore-watch.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/xenstore-watch.c b/misc/xenstore-watch.c index f0e91e8..550096c 100644 --- a/misc/xenstore-watch.c +++ b/misc/xenstore-watch.c @@ -1,9 +1,5 @@ #include -#ifdef USE_XENSTORE_H #include -#else -#include -#endif #include #include int main(int argc, char **argv)