home · contact · privacy
Removed library dependencies made obsolete by last commit.
[plomrogue] / src / actors.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;