diff options
author | XANTRONIX Development | 2022-03-17 11:36:42 -0400 |
---|---|---|
committer | XANTRONIX Development | 2022-03-17 11:36:42 -0400 |
commit | 8f32537713bf4f11a9e430fb1724ceabbc0a1509 (patch) | |
tree | 8d148125cdcc611922178e7f922f1fd1f0978cba | |
parent | cc27bca6d8d70bf23b17c92aa1e2b28644b51844 (diff) | |
download | xas-8f32537713bf4f11a9e430fb1724ceabbc0a1509.tar.gz xas-8f32537713bf4f11a9e430fb1724ceabbc0a1509.tar.bz2 xas-8f32537713bf4f11a9e430fb1724ceabbc0a1509.zip |
Remove unnecessary #include
-rw-r--r-- | src/spatial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spatial.c b/src/spatial.c index b40adc7..0cc58e9 100644 --- a/src/spatial.c +++ b/src/spatial.c @@ -1,4 +1,3 @@ -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <inttypes.h> |