home · contact · privacy
Renamed "objects_on_map" library to "map_objects".
[plomrogue] / src / yx_uint16.c
index 0d607cb9da63eca1aace7ffaaa9c762d7028478d..55c832bd7772711cb271c38c60280edb8cc747e9 100644 (file)
@@ -1,4 +1,3 @@
-#include "stdint.h"
 #include "yx_uint16.h"
 
 extern char yx_uint16_cmp (struct yx_uint16 a, struct yx_uint16 b) {