Remove not needed #include in libnfc.h.

Minor change in version format.
This commit is contained in:
Romuald Conty 2009-10-06 16:01:06 +00:00
parent 0cc811d1a6
commit 32cd8559b4
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
define([rev], esyscmd([sh -c "echo -n 'r' && svnversion -n"]))dnl 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) AC_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE

View file

@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#include "defines.h" #include "defines.h"
#include "types.h" #include "types.h"
#include "bitutils.h"
/** /**
* @fn dev_info* nfc_connect(nfc_device_desc_t* pndd) * @fn dev_info* nfc_connect(nfc_device_desc_t* pndd)