Skip to content

Commit

Permalink
misc/Driver.h not misc/driver.h; sort includes in PertEngine.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 15, 2025
1 parent 7ec0877 commit e4893e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libid/engine/PertEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@
// <https://github.com/ShiromMakkad/MandelbrotPerturbation>

#include "engine/PertEngine.h"
#include "engine/perturbation.h"

#include "engine/bailout_formula.h"
#include "engine/calcfrac.h"
#include "engine/id_data.h"
#include "engine/perturbation.h"
#include "fractals/fractalp.h"
#include "fractals/pickover_mandelbrot.h"
#include "math/biginit.h"
#include "math/complex_fn.h"
#include "misc/driver.h"
#include "misc/id.h"
#include "misc/Driver.h"
#include "ui/cmdfiles.h"

#include <algorithm>
Expand Down

0 comments on commit e4893e7

Please sign in to comment.