home · contact · privacy
Removed library dependencies made obsolete by last commit.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 27 Jun 2013 23:07:02 +0000 (01:07 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 27 Jun 2013 23:07:02 +0000 (01:07 +0200)
src/actors.c
src/actors.h

index 05525874f6a64aa616ac6151e5d127bdd3e4668b..1f8f28e9ca0395d42672bff3138a31dbd7a54fe4 100644 (file)
@@ -1,7 +1,6 @@
 #include "actors.h"
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdint.h>
 #include "yx_uint16.h"
 #include "roguelike.h"
 
index 51d6612ae1c49b65cbd0a35d94fc9f2432eff1b8..d88c66fa59000645b24ad2bf3b836874cf6749d0 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef ACTORS_H
 #define ACTORS_H
 
-#include <stdint.h>
 #include "yx_uint16.h"
 
 struct World;