From 4296f974d0ac04eb5f4f038bd7694a021cb595ba Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 6 Jul 2012 07:39:29 +0200 Subject: [PATCH] Don't include unnecessary header files. Due to the use of the convenience functions, the device specific header files are no longer necessary, and can be replaced with the high-level header files. --- examples/universal.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/examples/universal.c b/examples/universal.c index 72549f7..bd84665 100644 --- a/examples/universal.c +++ b/examples/universal.c @@ -34,15 +34,8 @@ #define DC_TICKS_FORMAT "%lld" #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include #include #include "common.h"