summaryrefslogtreecommitdiff
path: root/ct_usermgmt.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:23:49 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:23:49 +0200
commit829456efb34ab796f7aa743fa7f37a5ecd8b3455 (patch)
treed7b8ad70c4f2615ce6ef912abd75af4a45b715de /ct_usermgmt.c
parent78a23a4d5ab27c8af26c0e232c099a0c16907649 (diff)
xio: rename xio to ioops and reduce its includes
Rename xio to ioops (io-ops) and boil its include files down to a minimum. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ct_usermgmt.c')
-rw-r--r--ct_usermgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct_usermgmt.c b/ct_usermgmt.c
index e21675f..2642986 100644
--- a/ct_usermgmt.c
+++ b/ct_usermgmt.c
@@ -19,7 +19,7 @@
#include "locking.h"
#include "xmalloc.h"
#include "ioexact.h"
-#include "xio.h"
+#include "ioops.h"
#include "str.h"
#include "curvetun.h"
#include "xutils.h"