aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/globals.h1
-rw-r--r--include/types.h8
2 files changed, 1 insertions, 8 deletions
diff --git a/include/globals.h b/include/globals.h
index dfd65ad..eab1d9f 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdbool.h>
#include <string.h>
#define MAX_LINE_LENGTH 1024
diff --git a/include/types.h b/include/types.h
index 329401a..3a17461 100644
--- a/include/types.h
+++ b/include/types.h
@@ -13,14 +13,6 @@
#define GENSVM_TYPES_H
/**
- * @brief Implementation of true and false
- */
-typedef enum {
- false=0, /**< false keyword, corresponding to 0. */
- true=1 /**< true keyword, corresponding to 1. */
-} bool;
-
-/**
* @brief type of training used in parameter grid search
*/
typedef enum {