diff options
Diffstat (limited to 'src/bplist.c')
-rw-r--r-- | src/bplist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bplist.c b/src/bplist.c index fbe1b63..78b8255 100644 --- a/src/bplist.c +++ b/src/bplist.c @@ -2,7 +2,7 @@ * bplist.c * Binary plist implementation * - * Copyright (c) 2011-2015 Nikias Bassen, All Rights Reserved. + * Copyright (c) 2011-2016 Nikias Bassen, All Rights Reserved. * Copyright (c) 2008-2010 Jonathan Beck, All Rights Reserved. * * This library is free software; you can redistribute it and/or @@ -28,7 +28,6 @@ #include <stdio.h> #include <string.h> -#include <libxml/encoding.h> #include <ctype.h> #include <plist/plist.h> |