Skip to content

Commit

Permalink
Remove unnecessary include file from mytharchive.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Mar 24, 2023
1 parent 37c59f7 commit 9ce78b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mythplugins/mytharchive/mytharchive/mythburn.cpp
@@ -1,7 +1,6 @@
// C++
#include <cstdlib>
#include <iostream>
#include <sys/wait.h> // for WIFEXITED and WEXITSTATUS
#include <unistd.h>

// qt
Expand Down
Expand Up @@ -27,7 +27,6 @@
#include <cstdint>
#include <cstdlib>
#include <iostream>
#include <sys/wait.h> // for WIFEXITED and WEXITSTATUS
#include <unistd.h>

#include <QtGlobal>
Expand Down

0 comments on commit 9ce78b9

Please sign in to comment.