From 6788efa3459b9581b1e4197e37f504d8fb2e8e87 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 31 Dec 2014 23:39:21 +0100 Subject: [SERVER] Use stdbool.h for booleans; minor refactoring of variable and function names --- src/types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 5efa305..e2de013 100644 --- a/src/types.h +++ b/src/types.h @@ -24,13 +24,7 @@ #include "config.h" #ifndef KERNEL_MODULE #include -#endif - -#ifndef TRUE -#define TRUE 1 -#endif -#ifndef FALSE -#define FALSE 0 +#include #endif #ifndef MIN -- cgit v1.2.3-55-g7522