]> git.saurik.com Git - bison.git/blobdiff - src/warshall.c
* src/output.c (token_actions): Introduce a temporary array,
[bison.git] / src / warshall.c
index 862f0eabc2a051eeb73483f0c1ce154e2698a396..6474ef8647363bdfe679ccd14c3deee73e5cd12b 100644 (file)
@@ -19,9 +19,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
 
-#include <stdio.h>
 #include "system.h"
-#include "machine.h"
 
 void RTC PARAMS((unsigned *, int));