diff actions.c @ 47:c31b5bb6d493

merged header files into only one (removed actions.h)
author meillo@marmaro.de
date Sun, 02 Mar 2008 10:34:09 +0100
parents 22305a6e128d
children f9fc4c4f9e3d
line wrap: on
line diff
--- a/actions.c	Sun Mar 02 10:29:55 2008 +0100
+++ b/actions.c	Sun Mar 02 10:34:09 2008 +0100
@@ -2,7 +2,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include "baum.h"
-#include "actions.h"
 
 unsigned char action_print(struct Node* node);
 unsigned char action_sum(struct Node* node);