mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
Remove not needed #include in libnfc.h.
Minor change in version format.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
#include "defines.h"
|
||||
#include "types.h"
|
||||
#include "bitutils.h"
|
||||
|
||||
/**
|
||||
* @fn dev_info* nfc_connect(nfc_device_desc_t* pndd)
|
||||
|
||||
Reference in New Issue
Block a user