From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- RichString.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'RichString.h') diff --git a/RichString.h b/RichString.h index a95726f..1b4d244 100644 --- a/RichString.h +++ b/RichString.h @@ -2,18 +2,18 @@ #ifndef HEADER_RichString #define HEADER_RichString +/* +htop - RichString.h +(C) 2004,2011 Hisham H. Muhammad +Released under the GNU GPL, see the COPYING file +in the source distribution for its full text. +*/ +#define RICHSTRING_MAXLEN 300 -#ifndef CONFIG_H -#define CONFIG_H #include "config.h" -#endif - -#include -#include #include -#include "debug.h" #include #ifdef HAVE_NCURSESW_CURSES_H #include @@ -25,9 +25,6 @@ #include #endif -#define RICHSTRING_MAXLEN 300 - - #define RichString_size(this) ((this)->chlen) #define RichString_sizeVal(this) ((this).chlen) -- cgit v1.2.3