Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/builtin.c

    r051bc69a r38aaacc2  
    4444#include "builtin/bi_fun.h"
    4545#include "builtin/bi_textfile.h"
    46 #include "builtin/bi_string.h"
    4746#include "input.h"
    4847#include "intmap.h"
     
    9190        bi_fun_declare(bi);
    9291        bi_textfile_declare(bi);
    93         bi_string_declare(bi);
    9492}
    9593
     
    107105        bi_fun_bind(bi);
    108106        bi_textfile_bind(bi);
    109         bi_string_bind(bi);
    110107}
    111108
Note: See TracChangeset for help on using the changeset viewer.