X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=55b74264f535dc13d269c894c341197c208d45c2;hb=f6ea622f4d360194bbd4d0953f18271cbcfcd69e;hp=791856ee5fc4d7604b08c38f2ec32afae387ce43;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 791856ee..55b74264 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Watchdog interface */ @@ -54,11 +54,7 @@ #include #if OS_QT - #if _QT < 4 - #include - #else #include - #endif #elif OS_POSIX #include #elif CPU_AVR