summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2000-08-31 05:41:44 +0000
committerMichael Jennings <mej@kainx.org>2000-08-31 05:41:44 +0000
commit9a6507f4583517330210c7fcdaa3a8db7cd26741 (patch)
tree2e68d8ddd7360a5b993738dd3118969b4bdd1cc2 /src/actions.c
parenteb4400feea761a3a0155effbbd6fc514cb93c345 (diff)
downloadeterm-9a6507f4583517330210c7fcdaa3a8db7cd26741.tar.gz
Wed Aug 30 22:58:18 PDT 2000 Michael Jennings <mej@eterm.org>
Massive reorganization/rewrite to libmej. It should now be 100% independent of Eterm. There still may be some gremlins in the memory debugging code, so don't use too high a number with --debug.... SVN revision: 3282
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/actions.c b/src/actions.c
index 525010e..87f006e 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -26,17 +26,10 @@ static const char cvs_ident[] = "$Id$";
#include "config.h"
#include "feature.h"
-#include <stdlib.h>
#include <unistd.h>
-#include <errno.h>
#include <limits.h>
-#include "../libmej/debug.h"
-#include "../libmej/strings.h"
-#include "debug.h"
#include "startup.h"
-#include "mem.h"
-#include "strings.h"
#include "actions.h"
#include "command.h"
#include "e.h"