Skip to content

Commit

Permalink
Include What You Use; drop redundant headers
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 9, 2025
1 parent 65fec20 commit 32feed4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion libid/3d/line3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "io/gifview.h"
#include "io/loadfile.h"
#include "io/save_file.h"
#include "math/fixed_pt.h"
#include "math/rand15.h"
#include "misc/debug_flags.h"
#include "misc/Driver.h"
Expand Down
1 change: 0 additions & 1 deletion libid/engine/bailout_formula.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "engine/fractalb.h"
#include "engine/fractals.h"
#include "math/biginit.h"
#include "math/fixed_pt.h"

#include <cmath>

Expand Down
4 changes: 0 additions & 4 deletions libid/engine/calc_frac_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//
#include "engine/calc_frac_init.h"

#include "engine/bailout_formula.h"
#include "engine/calcfrac.h"
#include "engine/convert_center_mag.h"
#include "engine/convert_corners.h"
Expand All @@ -14,9 +13,7 @@
#include "engine/soi.h"
#include "engine/type_has_param.h"
#include "fractals/fractalp.h"
#include "fractals/jb.h"
#include "math/biginit.h"
#include "math/fixed_pt.h"
#include "math/sign.h"
#include "misc/debug_flags.h"
#include "misc/Driver.h"
Expand All @@ -32,7 +29,6 @@
#include <cassert>
#include <cfloat>
#include <cmath>
#include <cstdio>

static void adjust_to_limits(double expand);
static void smallest_add(double *num);
Expand Down
1 change: 0 additions & 1 deletion libid/engine/jiim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "fractals/fractalp.h"
#include "fractals/frothy_basin.h"
#include "fractals/lorenz.h"
#include "math/fixed_pt.h"
#include "misc/debug_flags.h"
#include "misc/Driver.h"
#include "misc/ValueSaver.h"
Expand Down
2 changes: 0 additions & 2 deletions libid/math/cmplx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
//
#include "math/cmplx.h"

#include "io/loadfile.h"
#include "math/fixed_pt.h"
#include "math/fpu087.h"

#include <cmath>
Expand Down

0 comments on commit 32feed4

Please sign in to comment.