summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'SignalsPanel.h')
-rw-r--r--SignalsPanel.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/SignalsPanel.h b/SignalsPanel.h
index 83e8b7eb..598c70fb 100644
--- a/SignalsPanel.h
+++ b/SignalsPanel.h
@@ -2,16 +2,14 @@
#ifndef HEADER_SignalsPanel
#define HEADER_SignalsPanel
+/*
+htop - SignalsPanel.h
+(C) 2004-2011 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
#include "Panel.h"
-#include "ListItem.h"
-#include "RichString.h"
-
-#include "debug.h"
-#include <assert.h>
-
-#include <ctype.h>
-
typedef struct SignalItem_ {
const char* name;