Commit 280f0925 authored by Joo Aun Saw's avatar Joo Aun Saw Committed by Jonathan Cameron
Browse files

tools: iio: iio_utils: remove unnecessary define guard

parent e7231491
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 */
#ifndef _IIO_UTILS_H
#define _IIO_UTILS_H

#include <string.h>
#include <stdlib.h>
#include <stdio.h>
@@ -990,5 +987,3 @@ error_free:

	return ret;
}

#endif /* _IIO_UTILS_H */