summaryrefslogtreecommitdiffstats
path: root/libutils/StopWatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libutils/StopWatch.cpp')
-rw-r--r--libutils/StopWatch.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/libutils/StopWatch.cpp b/libutils/StopWatch.cpp
index 8c7b59645..219c13c67 100644
--- a/libutils/StopWatch.cpp
+++ b/libutils/StopWatch.cpp
@@ -16,9 +16,7 @@
#define LOG_TAG "StopWatch"
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
+#include <utils/StopWatch.h>
/* for PRId64 */
#ifndef __STDC_FORMAT_MACROS
@@ -27,8 +25,6 @@
#include <inttypes.h>
#include <utils/Log.h>
-#include <utils/Errors.h>
-#include <utils/StopWatch.h>
/*****************************************************************************/