Skip to content

Commit

Permalink
Move file provider header include into file provider ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Nov 22, 2024
1 parent 7c66e7b commit 1e59028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/generalsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

#include "generalsettings.h"
#include "macOS/fileprovider.h"
#include "ui_generalsettings.h"

#include "theme.h"
Expand All @@ -33,6 +32,7 @@
#endif

#ifdef BUILD_FILE_PROVIDER_MODULE
#include "macOS/fileprovider.h"
#include "macOS/fileprovidersettingscontroller.h"
#endif

Expand Down

0 comments on commit 1e59028

Please sign in to comment.