apply twinaphex's requests.

This commit is contained in:
mudlord 2022-05-08 04:33:45 +10:00
parent 64c2a5023d
commit be177d862c
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <assert.h>
#include <stdbool.h>
#include <boolean.h>
#include <stdint.h>
#include <string.h>

View File

@ -22,7 +22,7 @@
#ifndef ALIST_INTERNAL_H
#define ALIST_INTERNAL_H
#include <stdbool.h>
#include <boolean.h>
#include <stddef.h>
#include <stdint.h>

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdbool.h>
#include <boolean.h>
#include <stdint.h>
#include <string.h>

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdbool.h>
#include <boolean.h>
#include <stdint.h>
#include "alist.h"

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdbool.h>
#include <boolean.h>
#include <stdint.h>
#include "alist.h"

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdbool.h>
#include <boolean.h>
#include <stdint.h>
#ifdef ENABLE_TASK_DUMP

View File

@ -19,7 +19,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <stdbool.h>
#include <boolean.h>
#include <stddef.h>
#include <stdint.h>
#include <string.h>