Skip to content

Commit

Permalink
Merge pull request #333 from keisar/fix-redundant-includes
Browse files Browse the repository at this point in the history
removed duplicate include
  • Loading branch information
isaacbrodsky authored Apr 26, 2020
2 parents 28a9b0e + 868b3d5 commit 029a3b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/h3lib/lib/h3Index.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* (see h3api.h for the main library entry functions)
*/
#include "h3Index.h"
#include <faceijk.h>
#include <inttypes.h>
#include <math.h>
#include <stdlib.h>
Expand Down
1 change: 0 additions & 1 deletion src/h3lib/lib/localij.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* an origin index.
*/
#include <assert.h>
#include <faceijk.h>
#include <inttypes.h>
#include <math.h>
#include <stdlib.h>
Expand Down

0 comments on commit 029a3b7

Please sign in to comment.