summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/htop.c b/htop.c
index fec7c77e..e2150a75 100644
--- a/htop.c
+++ b/htop.c
@@ -22,7 +22,6 @@ in the source distribution for its full text.
#include "TraceScreen.h"
#include "OpenFilesScreen.h"
#include "AffinityPanel.h"
-#include "debug.h"
#include <unistd.h>
#include <math.h>
@@ -914,6 +913,5 @@ int main(int argc, char** argv) {
((Object*)killPanel)->delete((Object*)killPanel);
UsersTable_delete(ut);
Settings_delete(settings);
- debug_done();
return 0;
}