baum

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 diff
     1.1 --- a/actions.c	Sun Mar 02 10:29:55 2008 +0100
     1.2 +++ b/actions.c	Sun Mar 02 10:34:09 2008 +0100
     1.3 @@ -2,7 +2,6 @@
     1.4  #include <stdlib.h>
     1.5  #include <string.h>
     1.6  #include "baum.h"
     1.7 -#include "actions.h"
     1.8  
     1.9  unsigned char action_print(struct Node* node);
    1.10  unsigned char action_sum(struct Node* node);