rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / drv / wdt.h
index 4b1e6a914f0b1643948ede16276145811f15b14e..55b74264f535dc13d269c894c341197c208d45c2 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
  * \brief Watchdog interface
  */
@@ -40,9 +40,9 @@
 #ifndef DRV_WDT_H
 #define DRV_WDT_H
 
-#include <cfg/cfg_wdt.h>
+#include "cfg/cfg_wdt.h"
 #include <cfg/compiler.h> // INLINE
-#include <cfg/cfg_arch.h>
+#include "cfg/cfg_arch.h"
 
 /* Configury sanity check */
 #if !defined(CONFIG_WATCHDOG) || (CONFIG_WATCHDOG != 0 && CONFIG_WATCHDOG != 1)
        #include <cfg/os.h>
 
        #if OS_QT
-               #if _QT < 4
-                       #include <qapplication.h>
-               #else
                        #include <QtGui/QApplication>
-               #endif
        #elif OS_POSIX
                #include <sys/select.h>
        #elif CPU_AVR