diff --git a/configure.ac b/configure.ac index 7d3e134..eac5874 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ define([rev], esyscmd([sh -c "echo -n 'r' && svnversion -n"]))dnl -AC_INIT(libnfc, 1.2.1-rev, info@libnfc.org) +AC_INIT(libnfc, 1.2.1+rev, info@libnfc.org) AC_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE diff --git a/src/libnfc.h b/src/libnfc.h index b4d920a..4703e4b 100644 --- a/src/libnfc.h +++ b/src/libnfc.h @@ -32,7 +32,6 @@ along with this program. If not, see #include "defines.h" #include "types.h" -#include "bitutils.h" /** * @fn dev_info* nfc_connect(nfc_device_desc_t* pndd)