diff --git a/src/include/66/enum.h b/src/include/66/enum.h
index 3bcabd4d873c777498a936f5d60065d5720e9521..bb03197b17b160a4fc867a5aee786f017d6a7e47 100644
--- a/src/include/66/enum.h
+++ b/src/include/66/enum.h
@@ -15,7 +15,8 @@
 #ifndef SS_ENUM_H
 #define SS_ENUM_H
 
-#include <sys/types.h>
+#include <sys/types.h> //ssize_t
+
 #define ENUM_START 0
 
 typedef enum enum_main_e enum_main_t, *enum_main_t_ref ;
@@ -133,24 +134,6 @@ enum enum_key_section_regex_e
 
 extern char const *enum_str_key_section_regex[] ;
 
-/* prepare for the near future
-typedef enum enum_key_section_cgroups_e enum_key_section_cgroups_t, *enum_key_section_cgroups_t_ref ;
-enum enum_key_section_cgroups_e
-{
-
-} ;
-
-extern char const *enum_str_key_section_cgroups[] ;
-
-typedef enum enum_key_section_namespaces_e enum_key_section_namespaces_t, *enum_key_section_namespaces_t_ref ;
-enum enum_key_section_namespaces_e
-{
-
-} ;
-
-extern char const enum_str_key_section_namespaces[] ;
-*/
-
 typedef enum enum_type_e enum_type_t, *enum_type_t_ref ;
 enum enum_type_e
 {