src/location.h: #include "system.h" rather than <stdbool.h>.

This commit is contained in:
Joel E. Denny
2006-06-07 20:15:40 +00:00
parent 0c8e079fa6
commit a898d2780f

View File

@@ -21,7 +21,7 @@
#ifndef LOCATION_H_
# define LOCATION_H_
# include <stdbool.h>
# include "system.h"
# include "uniqstr.h"
/* A boundary between two characters. */