Skip to content

Commit

Permalink
Remove iio-wrapper include from iio-private.h
Browse files Browse the repository at this point in the history
iio-wrapper.h does not include function prototypes anymore therefore
this includes serves no purpose.

Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins authored and rgetz committed May 8, 2020
1 parent b968f81 commit ea0d5f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iio-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
# define __api
#endif

#ifdef WITH_MATLAB_BINDINGS_API
#include "bindings/matlab/iio-wrapper.h"
#endif

#define ARRAY_SIZE(x) (sizeof(x) ? sizeof(x) / sizeof((x)[0]) : 0)
#define BIT(x) (1 << (x))
#define BIT_MASK(bit) BIT((bit) % 32)
Expand Down

0 comments on commit ea0d5f2

Please sign in to comment.