Skip to content

Commit

Permalink
Removing unused headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jrepp committed Feb 22, 2022
1 parent ee28e35 commit c066edd
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions apriltag.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,15 @@ either expressed or implied, of the Regents of The University of Michigan.
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <inttypes.h>

#include "common/image_u8.h"
#include "common/image_u8x3.h"
#include "common/zhash.h"
#include "common/zarray.h"
#include "common/matd.h"
#include "common/homography.h"
#include "common/timeprofile.h"
#include "common/math_util.h"
#include "common/g2d.h"
#include "common/floats.h"

#include "apriltag_math.h"

Expand Down
2 changes: 0 additions & 2 deletions apriltag_pose.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#include <stdio.h>

#include "apriltag_pose.h"
#include "apriltag_math.h"
#include "common/homography.h"
#include "common/image_u8x3.h"


/**
Expand Down
1 change: 0 additions & 1 deletion apriltag_quad_thresh.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ either expressed or implied, of the Regents of The University of Michigan.
#include "apriltag.h"
#include "common/image_u8x3.h"
#include "common/zarray.h"
#include "common/zhash.h"
#include "common/unionfind.h"
#include "common/timeprofile.h"
#include "common/zmaxheap.h"
Expand Down
1 change: 0 additions & 1 deletion common/homography.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ either expressed or implied, of the Regents of The University of Michigan.
*/

#include <math.h>
#include <stdio.h>

#include "common/matd.h"
#include "common/zarray.h"
Expand Down
1 change: 0 additions & 1 deletion common/pnm.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ either expressed or implied, of the Regents of The University of Michigan.
*/

#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

Expand Down
1 change: 0 additions & 1 deletion common/string_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ either expressed or implied, of the Regents of The University of Michigan.

#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
Expand Down
5 changes: 0 additions & 5 deletions common/svd22.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ either expressed or implied, of the Regents of The University of Michigan.
*/

#include <math.h>
#include <string.h>
#include <assert.h>
#include <stdio.h>

#include "common/doubles.h"

/** SVD 2x2.
Expand Down
4 changes: 0 additions & 4 deletions common/workerpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,13 @@ either expressed or implied, of the Regents of The University of Michigan.
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#ifdef _WIN32
#include <windows.h>
#else
#include <unistd.h>
#endif

#include "workerpool.h"
#include "timeprofile.h"
#include "math_util.h"
#include "string_util.h"

struct workerpool {
int nthreads;
Expand Down
2 changes: 0 additions & 2 deletions common/zarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the Regents of The University of Michigan.
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>

Expand Down
4 changes: 0 additions & 4 deletions example/apriltag_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ either expressed or implied, of the Regents of The University of Michigan.
*/

#include <stdio.h>
#include <stdint.h>
#include <inttypes.h>
#include <ctype.h>
#include <unistd.h>
#include <math.h>

Expand All @@ -49,7 +46,6 @@ either expressed or implied, of the Regents of The University of Michigan.

#include "common/getopt.h"
#include "common/image_u8.h"
#include "common/image_u8x4.h"
#include "common/pjpeg.h"
#include "common/zarray.h"

Expand Down

0 comments on commit c066edd

Please sign in to comment.