Skip to content

Commit

Permalink
move PaginatedFLAlert
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 16, 2023
1 parent 8c152dd commit 2e897c0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layers/ExtendedLevelInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ExtendedLevelInfo.h"
#include "UnregisteredProfileLayer.h"
#include "_bases/PaginatedFLAlert.h"
#include "PaginatedFLAlert.h"
#include "../utils.hpp"
#include "../managers/BetterInfoStats.h"
//#include "../managers/BetterInfoStatsV2.h"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/LevelProgressDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "TimeUtils.h"

#include "../managers/BetterInfoStats.h"
#include "../layers/_bases/PaginatedFLAlert.h"
#include "../layers/PaginatedFLAlert.h"

std::string LevelProgressDialog::printableProgress(std::string personalBests, int percentage){

Expand Down

0 comments on commit 2e897c0

Please sign in to comment.