Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / library / configuration / system_values.cpp
index c9b74f19c2e22b1d9153c32bc5a27f58d473d54f..6461a0fee23953f7dac9735a1fdf068089e840a4 100644 (file)
 #include "ini_configurator.h"
 #include "system_values.h"
 
-#include <algorithms/shell_sort.h>
 #include <structures/int_hash.h>
 #include <structures/string_table.h>
 #include <textual/list_parsing.h>
 #include <textual/parser_bits.h>
+#include "../algorithms/sorts.h"
 
 using namespace algorithms;
 using namespace basis;
@@ -73,7 +73,7 @@ public:
         return curr;
       }
     }
-    return NIL;
+    return NULL_POINTER;
   }
 };