diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-09-19 11:21:19 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-09-19 11:21:19 -0400 |
commit | 15a694a83601d5ce7bce3f96d42b8e158afab70c (patch) | |
tree | 9af83b772c638e4a6af6c1782c8890eff257b09c /qdeduper | |
parent | 925962b33719f0c639a4fc4004826720cc90a1ed (diff) | |
download | deduper-15a694a83601d5ce7bce3f96d42b8e158afab70c.tar.xz |
Remove useless leftovers in main.
Diffstat (limited to 'qdeduper')
-rw-r--r-- | qdeduper/main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qdeduper/main.cpp b/qdeduper/main.cpp index 0c2a70c..9be94f4 100644 --- a/qdeduper/main.cpp +++ b/qdeduper/main.cpp @@ -1,18 +1,7 @@ -#include <cstdio> -#include <algorithm> -#include <filesystem> -#include <map> -#include <string> -#include <vector> -#include <unordered_map> -#include <utility> - #include <QWidget> #include <QApplication> #include "mingui.hpp" -using std::size_t; - DeduperMainWindow *w = nullptr; int main(int argc, char **argv) |