Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Dec 25, 2022
1 parent a150917 commit da85542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions source/common/ui/download_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

#include "common/ui/download_dialog.h"

#include "common/ui/download_impl.h"

#include <QAbstractButton>
#include <QFile>
#include <QPushButton>
Expand Down
1 change: 1 addition & 0 deletions source/common/ui/download_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#define COMMON_UI_DOWNLOAD_DIALOG_H

#include "base/macros_magic.h"
#include "common/ui/download_impl.h"
#include "ui_download_dialog.h"

#include <QFile>
Expand Down

0 comments on commit da85542

Please sign in to comment.