summaryrefslogtreecommitdiff
path: root/src/components/smart_objects/src/smart_object.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/smart_objects/src/smart_object.cc')
-rw-r--r--src/components/smart_objects/src/smart_object.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/smart_objects/src/smart_object.cc b/src/components/smart_objects/src/smart_object.cc
index ef5dc787be..eb1c737aff 100644
--- a/src/components/smart_objects/src/smart_object.cc
+++ b/src/components/smart_objects/src/smart_object.cc
@@ -34,13 +34,12 @@
#include <errno.h>
#include <inttypes.h>
-#include <limits>
#include <stdlib.h>
#include <algorithm>
-#include <sstream>
#include <iomanip>
#include <iterator>
#include <limits>
+#include <sstream>
namespace ns_smart_device_link {
namespace ns_smart_objects {