Remove not needed #include in libnfc.h.
Minor change in version format.
This commit is contained in:
parent
0cc811d1a6
commit
32cd8559b4
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue