X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdt%2Feditbool.c;h=867afbe97147077571e6a7a5ff9cef7cc7271def;hb=ce0a95c32a39e3eed1d3f2aa5ff4395bebdb99ed;hp=89a410345692d9056762b2608ef306098199b50c;hpb=aa5a26b7b1d4660c1d6210b582e7d91d90ab5457;p=bertos.git diff --git a/bertos/dt/editbool.c b/bertos/dt/editbool.c index 89a41034..867afbe9 100644 --- a/bertos/dt/editbool.c +++ b/bertos/dt/editbool.c @@ -34,11 +34,10 @@ * The boolean value will be displayed using two strings: * one when the bool is false and one when it's true. * - * \version $Id$ * \author Francesco Sacchi */ -#include +#include "editbool.h" #include
#include