Skip to content

Commit

Permalink
misc/Driver.h not misc/driver.h; sort includes in calcfrac.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 15, 2025
1 parent 521a3d8 commit 7ec0877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libid/engine/calcfrac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "engine/log_map.h"
#include "engine/one_or_two_pass.h"
#include "engine/orbit.h"
#include "engine/perturbation.h"
#include "engine/pixel_grid.h"
#include "engine/resume.h"
#include "engine/soi.h"
Expand All @@ -35,7 +36,6 @@
#include "engine/tesseral.h"
#include "engine/wait_until.h"
#include "engine/work_list.h"
#include "engine/perturbation.h"
#include "fractals/fractalp.h"
#include "fractals/frothy_basin.h"
#include "fractals/lyapunov.h"
Expand All @@ -48,7 +48,7 @@
#include "math/fixed_pt.h"
#include "math/sign.h"
#include "misc/debug_flags.h"
#include "misc/driver.h"
#include "misc/Driver.h"
#include "ui/cmdfiles.h"
#include "ui/diskvid.h"
#include "ui/find_special_colors.h"
Expand Down

0 comments on commit 7ec0877

Please sign in to comment.